diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -5,14 +5,14 @@ edition = "2021" [dependencies] async-channel = "2.3" -notify = "7.0" +notify = "8.0" tar = "0.4" xz2 = "0.1" rust-crypto = "0.2" multi_key_map = "0.3" serde = "1.0" rmp-serde = "1.3" -notify-debouncer-full = "0.4" +notify-debouncer-full = "0.5" md5 = "0.7" aes = "0.8" hex = "0.4" @@ -30,7 +30,7 @@ version = "0.2" features = ["serialize"] [dependencies.occule] -git = "https://git.exvacuum.dev/occule" +git = "https://git.soaos.dev/occule" tag = "v0.3.1" [dependencies.yarnspinner] @@ -39,15 +39,15 @@ optional = true features = ["serde"] [dependencies.bevy_mod_scripting] -version = "0.8" -features = ["lua54", "lua_script_api"] +version = "0.9" +features = ["lua54", "bevy_bindings"] [dependencies.bevy_basic_interaction] -git = "https://git.exvacuum.dev/bevy_basic_interaction" +git = "https://git.soaos.dev/bevy_basic_interaction" tag = "v0.2.0" [dependencies.strum] -version = "0.26" +version = "0.27" features = ["derive"] [features] |