Skip to content

Commit

Permalink
chore: update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Oct 10, 2024
1 parent 9ba8f0a commit 8df01ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extension-module = [
[dependencies]
bevy_args = "1.6"
# bevy_zeroverse = { path = "../", default-features = false, features = ["python"] }
bevy_zeroverse = { version = "0.2", default-features = false, features = ["python"] }
bevy_zeroverse = { version = "0.3", default-features = false, features = ["python"] }
bytemuck = "1.17"
clap = { version = "4.4", features = ["derive"] }
image = "0.25"
Expand Down

0 comments on commit 8df01ea

Please sign in to comment.