makepad/libs/voice/Cargo.toml
andodeki d6d1f99ca9 Update fork to upstream dev 5d4483f
- Sync with latest upstream dev branch
- Include all map improvements: 2D/3D toggle, shadows, labels, overlays
- Include platform updates: location API, audio echo cancellation
- Preserve fork-specific re-exports (gltf, csg, test)
2026-07-31 18:47:03 +00:00

27 lines
545 B
TOML

[package]
name = "makepad-voice"
version = "0.1.0"
edition = "2021"
description = "Pure Rust CPU-only SIMD+threaded Whisper inference"
license = "MIT"
[features]
default = []
metal-precompile = []
[dependencies]
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
makepad-objc-sys = { path = "../objc-sys", version = "1.0.0" }
[[bin]]
name = "whisper-test"
path = "src/bin/whisper_test.rs"
[[bin]]
name = "vad-test"
path = "src/bin/vad_test.rs"
[[bin]]
name = "apple-speech-test"
path = "src/bin/apple_speech_test.rs"