We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368ef25 commit 1cc5d73Copy full SHA for 1cc5d73
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bevy_mujoco"
3
-version = "0.15.0-rc.1"
+version = "0.15.0"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
resolver = "2"
@@ -11,8 +11,7 @@ repository = "https://github.com/stillonearth/bevy_mujoco"
11
[dependencies]
12
mujoco-rust = { git="https://github.com/stillonearth/MuJoCo-Rust.git", rev="27d4500" }
13
arrayvec = "0.7.2"
14
-# bevy = "v0.15.0-rc.1"
15
-bevy = {git="https://github.com/bevyengine/bevy/", rev="e14c15f1216aea50b176c2cab1c1d2322a69c1c6"}
+bevy = "0.15"
16
trees = "0.4.1"
17
serde = { version = "1", features = ["derive"] }
18
itertools = "0.13"
0 commit comments