Skip to content

Commit

Permalink
Disable ggez default features (except audio)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr committed May 11, 2023
1 parent 44039cc commit 988416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hot-reloading = ["assets_manager/hot-reloading"]

[dependencies]
assets_manager = { version = "0.10", default-features = false, features = ["utils", "parking_lot", "zip", "image"] }
ggez = "=0.9.0-rc0"
ggez = { version = "=0.9.0-rc0", default-features = false, features = ["audio"] }

directories = "4.0"
image = { version = "0.24", default-features = false, features = ["png", "bmp", "webp"] }
Expand Down

0 comments on commit 988416f

Please sign in to comment.