Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 63 additions & 61 deletions platforms/windows/src/engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion platforms/windows/src/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ quick-xml = "0.41"
# audio files in the library get real content-style tag chips. MPL-2.0 (file-
# level copyleft; fine for separate use). YAMNet sound-event tagging + Whisper
# transcription are documented follow-ups (need offline ONNX conversion).
symphonia = { version = "0.5", default-features = false, features = ["mp3", "flac", "wav", "ogg", "vorbis", "aac", "isomp4", "pcm"] }
symphonia = { version = "0.6", default-features = false, features = ["mp3", "flac", "wav", "ogg", "vorbis", "aac", "isomp4", "pcm"] }

# Native llama.cpp bindings (in-process VLM inference, no subprocess).
# Off by default to keep CI build fast — adds ~150 MB build artifacts +
Expand Down
Loading