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
42 changes: 16 additions & 26 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 @@ -110,7 +110,7 @@ instant-distance = "0.6"
# Zip extraction for the llama.cpp runtime + Performance Pack downloads,
# AND Phase 4 OOXML document text extraction (.docx/.pptx/.xlsx are zip+xml).
# `default-features = false` skips bzip2/zstd which we don't need.
zip = { version = "2", default-features = false, features = ["deflate"] }
zip = { version = "8", default-features = false, features = ["deflate"] }

# Streaming XML pull-parser for Phase 4 OOXML text extraction. Pure-Rust,
# tiny, MIT-licensed. The alternative (`xml-rs`) is heavier + DOM-oriented.
Expand Down
Loading