Skip to content

Commit 6f48892

Browse files
author
Vnuk Elkina
committed
maintain bevy 0.15
1 parent 368ef25 commit 6f48892

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_mujoco"
3-
version = "0.15.0-rc.1"
3+
version = "0.15.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
resolver = "2"
@@ -11,8 +11,7 @@ repository = "https://github.com/stillonearth/bevy_mujoco"
1111
[dependencies]
1212
mujoco-rust = { git="https://github.com/stillonearth/MuJoCo-Rust.git", rev="27d4500" }
1313
arrayvec = "0.7.2"
14-
# bevy = "v0.15.0-rc.1"
15-
bevy = {git="https://github.com/bevyengine/bevy/", rev="e14c15f1216aea50b176c2cab1c1d2322a69c1c6"}
14+
bevy = "0.15"
1615
trees = "0.4.1"
1716
serde = { version = "1", features = ["derive"] }
1817
itertools = "0.13"

0 commit comments

Comments
 (0)