Skip to content

Commit

Permalink
Reduce dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
opstic committed Mar 8, 2024
1 parent 2e31411 commit ec94f4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 40 deletions.
43 changes: 4 additions & 39 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bevy = { version = "0.13", default-features = false, features = [
"x11",
] }
bevy_egui = "0.25"
bevy_kira_audio = "0.19"
bevy_kira_audio = { version = "0.19", default-features = false, features = ["mp3"] }
bitflags = "2.4"
bytemuck = { version = "1.14", features = ["derive"] }
dashmap = { version = "5.5", features = ["raw-api"] }
Expand Down

0 comments on commit ec94f4b

Please sign in to comment.