@@ -61,8 +61,8 @@ bench = false
6161
6262[dependencies ]
6363avian_derive = { path = " ../avian_derive" , version = " 0.1" }
64- bevy = { version = " 0.15.0-rc " , default-features = false }
65- bevy_math = { version = " 0.15.0-rc " }
64+ bevy = { version = " 0.15" , default-features = false }
65+ bevy_math = { version = " 0.15" }
6666libm = { version = " 0.2" , optional = true }
6767parry3d = { version = " 0.17" , optional = true }
6868parry3d-f64 = { version = " 0.17" , optional = true }
@@ -75,13 +75,13 @@ itertools = "0.13"
7575bitflags = " 2.5.0"
7676
7777[dev-dependencies ]
78- bevy = { version = " 0.15.0-rc " , default-features = false , features = [
78+ bevy = { version = " 0.15" , default-features = false , features = [
7979 " bevy_gltf" ,
8080 " animation" ,
8181] }
8282examples_common_3d = { path = " ../examples_common_3d" }
8383benches_common_3d = { path = " ../benches_common_3d" }
84- bevy_math = { version = " 0.15.0-rc " , features = [" approx" ] }
84+ bevy_math = { version = " 0.15" , features = [" approx" ] }
8585approx = " 0.5"
8686criterion = { version = " 0.5" , features = [" html_reports" ] }
8787bevy_mod_debugdump = { git = " https://github.com/jakobhellermann/bevy_mod_debugdump" }
0 commit comments