We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ca7ae commit eff1cc3Copy full SHA for eff1cc3
crates/bevy_mod_scripting_functions/Cargo.toml
@@ -28,8 +28,8 @@ bevy = { workspace = true, features = [
28
"bevy_text",
29
"bevy_sprite",
30
"file_watcher",
31
- "multi_threaded"
+ "multi_threaded",
32
] }
33
-uuid = "*"
+uuid = "1.11"
34
smol_str = "0.2.2"
35
bevy_mod_scripting_core = { workspace = true }
0 commit comments