Skip to content

Commit

Permalink
Disable git2 feature of shadow_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Aug 16, 2024
1 parent 99e163f commit 73f4a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 99 deletions.
97 changes: 0 additions & 97 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ async-std.workspace = true
futures-lite.workspace = true

git-version = "0.3.9"
shadow-rs = "0.32.0"
shadow-rs = { version = "0.32.0", default-features = false }

# Native
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down Expand Up @@ -266,7 +266,7 @@ features = ["webgpu", "webgl"]
steamworks = ["dep:steamworks"]

[build-dependencies]
shadow-rs = "0.32.0"
shadow-rs = { version = "0.32.0", default-features = false }

[target.'cfg(windows)'.build-dependencies]
winres = "0.1"
Expand Down

0 comments on commit 73f4a4c

Please sign in to comment.