Skip to content

Commit 5f1296f

Browse files
committed
enable more flags in bevy functions
1 parent 53eb35f commit 5f1296f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

crates/bevy_mod_scripting_functions/Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ readme = "readme.md"
1818
[dependencies]
1919
bevy = { workspace = true, features = [
2020
"reflect_functions",
21+
"bevy_asset",
22+
"bevy_animation",
23+
"bevy_core_pipeline",
24+
"bevy_ui",
25+
"bevy_pbr",
26+
"bevy_render",
27+
"bevy_text",
28+
"bevy_sprite",
29+
"file_watcher",
30+
"multi_threaded"
2131
] }
2232
uuid = "*"
2333
smol_str = "*"

0 commit comments

Comments
 (0)