Skip to content

Commit

Permalink
make bevy 0.13 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Mar 6, 2024
1 parent 9788eb5 commit 724ba70
Show file tree
Hide file tree
Showing 19 changed files with 1,034 additions and 576 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rhai_script_api = ["bevy_script_api/rhai"]
rune = ["bevy_mod_scripting_rune"]

[dependencies]
bevy = { version = "0.12", default-features = false }
bevy = { version = "0.13", default-features = false }
bevy_mod_scripting_core = { path = "bevy_mod_scripting_core", version = "0.4.0" }
bevy_mod_scripting_lua = { path = "languages/bevy_mod_scripting_lua", version = "0.4.0", optional = true }
bevy_mod_scripting_rhai = { path = "languages/bevy_mod_scripting_rhai", version = "0.4.0", optional = true }
Expand All @@ -70,7 +70,7 @@ bevy_script_api = { path = "bevy_script_api", version = "0.4.0", optional = true


[dev-dependencies]
bevy = { version = "0.12" }
bevy = { version = "0.13" }
clap = { version = "4.1", features = ["derive"] }
rand = "0.8.5"
bevy_console = "0.10.1"
Expand Down
Loading

0 comments on commit 724ba70

Please sign in to comment.