diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 25 |
1 files changed, 11 insertions, 14 deletions
@@ -1,10 +1,9 @@ [package] name = "bevy_dirworld" -version = "0.2.1" +version = "0.4.0" edition = "2021" [dependencies] -anyhow = "1.0" async-channel = "2.3" notify = "7.0" tar = "0.4" @@ -13,10 +12,8 @@ rust-crypto = "0.2" multi_key_map = "0.3" serde = "1.0" rmp-serde = "1.3" -anymap = "0.12" notify-debouncer-full = "0.4" md5 = "0.7" -bevy-async-ecs = "0.6" aes = "0.8" hex = "0.4" hex-literal = "0.4" @@ -24,30 +21,30 @@ uuid = "1.11" lazy_static = "1.5" [dependencies.bevy] -version = "0.14" +version = "0.15" default-features = false -features = ["serialize", "multi_threaded"] +features = ["serialize", "multi_threaded", "bevy_state"] [dependencies.avian3d] -version = "0.1" +version = "0.2" features = ["serialize"] [dependencies.occule] -git = "http://github.com/exvacuum/occule" -branch = "wip" +git = "https://git.exvacuum.dev/occule" +tag = "v0.3.1" [dependencies.yarnspinner] git = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust" optional = true features = ["serde"] -[dependencies.bevy_scriptum] -version = "0.6" -features = ["lua"] +[dependencies.bevy_mod_scripting] +version = "0.8" +features = ["lua54", "lua_script_api"] [dependencies.bevy_basic_interaction] -git = "https://github.com/exvacuum/bevy_basic_interaction.git" -branch = "wip" +git = "https://git.exvacuum.dev/bevy_basic_interaction" +tag = "v0.2.0" [dependencies.strum] version = "0.26" |