fix: rebrand Tauri desktop app and Rust crate from Marco Reid to Voxlen #4761
1 changed file+42−42
Modifiedsrc-tauri/Cargo.lock+42−42View fileUnifiedSplit
@@ -2670,48 +2670,6 @@ dependencies = [
26702670 "libc",
26712671]
26722672
2673[[package]]
2674name = "marco-reid-voice"
2675version = "1.0.9"
2676dependencies = [
2677 "anyhow",
2678 "base64 0.22.1",
2679 "bytemuck",
2680 "chrono",
2681 "cocoa",
2682 "core-foundation 0.10.1",
2683 "core-graphics 0.24.0",
2684 "cpal",
2685 "crossbeam-channel",
2686 "env_logger",
2687 "futures-util",
2688 "hound",
2689 "keyring",
2690 "log",
2691 "objc",
2692 "parking_lot",
2693 "reqwest 0.12.28",
2694 "ringbuf",
2695 "rodio",
2696 "rubato",
2697 "serde",
2698 "serde_json",
2699 "tauri",
2700 "tauri-build",
2701 "tauri-plugin-autostart",
2702 "tauri-plugin-dialog",
2703 "tauri-plugin-fs",
2704 "tauri-plugin-global-shortcut",
2705 "tauri-plugin-notification",
2706 "tauri-plugin-shell",
2707 "tauri-plugin-store",
2708 "thiserror 2.0.18",
2709 "tokio",
2710 "tokio-tungstenite",
2711 "uuid",
2712 "windows 0.58.0",
2713]
2714
27152673[[package]]
27162674name = "markup5ever"
27172675version = "0.14.1"
@@ -6005,6 +5963,48 @@ version = "0.9.5"
60055963source = "registry+https://github.com/rust-lang/crates.io-index"
60065964checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
60075965
5966[[package]]
5967name = "voxlen"
5968version = "1.0.9"
5969dependencies = [
5970 "anyhow",
5971 "base64 0.22.1",
5972 "bytemuck",
5973 "chrono",
5974 "cocoa",
5975 "core-foundation 0.10.1",
5976 "core-graphics 0.24.0",
5977 "cpal",
5978 "crossbeam-channel",
5979 "env_logger",
5980 "futures-util",
5981 "hound",
5982 "keyring",
5983 "log",
5984 "objc",
5985 "parking_lot",
5986 "reqwest 0.12.28",
5987 "ringbuf",
5988 "rodio",
5989 "rubato",
5990 "serde",
5991 "serde_json",
5992 "tauri",
5993 "tauri-build",
5994 "tauri-plugin-autostart",
5995 "tauri-plugin-dialog",
5996 "tauri-plugin-fs",
5997 "tauri-plugin-global-shortcut",
5998 "tauri-plugin-notification",
5999 "tauri-plugin-shell",
6000 "tauri-plugin-store",
6001 "thiserror 2.0.18",
6002 "tokio",
6003 "tokio-tungstenite",
6004 "uuid",
6005 "windows 0.58.0",
6006]
6007
60086008[[package]]
60096009name = "vswhom"
60106010version = "0.1.0"
60116011
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts