Skip to content

Commit 478efdf

Browse files
committed
enable bevy input in functions for smol_str
1 parent 548eeb7 commit 478efdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_mod_scripting_functions/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ readme = "readme.md"
1818
[dependencies]
1919
bevy = { workspace = true, features = [
2020
"reflect_functions",
21+
"bevy_input",
2122
"bevy_asset",
2223
"bevy_animation",
2324
"bevy_core_pipeline",

0 commit comments

Comments
 (0)