Skip to content

Commit

Permalink
Experimental replacement of 7zip with rust static-linked library
Browse files Browse the repository at this point in the history
Not tested yet
  • Loading branch information
tiziodcaio committed Jan 26, 2024
1 parent 7610e8b commit 133a58d
Show file tree
Hide file tree
Showing 8 changed files with 157 additions and 249 deletions.
143 changes: 143 additions & 0 deletions native/Cargo.lock

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

1 change: 1 addition & 0 deletions native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ urlencoding = "2.1.3"
web_app_manifest = { git = "https://github.com/filips123/WebAppManifestRS", branch = "main" }

[target.'cfg(target_os = "windows")'.dependencies]
sevenz-rust = {version= "0.5.4", features = []}
winreg = "0.50.0"
sanitize-filename = "0.5.0"
phf = { version = "0.11.2", features = ["macros"], optional = true }
Expand Down
Loading

0 comments on commit 133a58d

Please sign in to comment.