Skip to content

Commit

Permalink
Update libfmod to thread-safe variant (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salzian committed Sep 18, 2023
1 parent 86eee35 commit 4b643d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ license = "MIT OR Apache-2.0"
anyhow = "1.0.75"
bevy = { version = "0.11.2", default-features = false }
bevy_mod_sysfail = "3.0.0"
libfmod = "2.2.607"
libfmod = "2.206.2"

[dev-dependencies]
# The hello_world example needs the default features of bevy
bevy = "0.11.2"
bevy = { version = "0.11.2", default-features = true }

[[example]]
name = "minimal"

0 comments on commit 4b643d1

Please sign in to comment.