From 4b643d110b8d38682819f2fa8123825153414c82 Mon Sep 17 00:00:00 2001 From: Fabian Fritzsche Date: Tue, 19 Sep 2023 00:46:55 +0200 Subject: [PATCH] Update libfmod to thread-safe variant (#23) --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 378fd29..4e55f83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"