diff --git a/Cargo.toml b/Cargo.toml index 218e51e..87ef454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ categories = [ exclude = [".github/**/*"] [dependencies] -bevy = { version = "0.12", default-features = false, features = ["bevy_asset"] } +bevy = { version = "0.13", default-features = false, features = ["bevy_asset"] } fluent = "0.16.0" fluent_content = "0.0.5" fluent-langneg = "0.13.0" @@ -36,5 +36,5 @@ uuid = { version = "1.5.0", features = ["serde", "v4", "v5"] } # globset = "0.4.13" [dev-dependencies] -bevy = "0.12" +bevy = "0.13" unic-langid = { version = "0.9.1", features = ["macros"] }