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 aa34b7e commit bdf9bfdCopy full SHA for bdf9bfd
Cargo.toml
@@ -110,7 +110,7 @@ name = "game_of_life_lua"
110
path = "examples/lua/game_of_life.rs"
111
required-features = ["lua54", "bevy/file_watcher", "bevy/multi_threaded"]
112
113
-[[example]]
114
-required-features = ["rhai", "bevy/file_watcher", "bevy/multi_threaded"]
115
-name = "game_of_life_rhai"
116
-path = "examples/rhai/game_of_life.rs"
+# [[example]]
+# required-features = ["rhai", "bevy/file_watcher", "bevy/multi_threaded"]
+# name = "game_of_life_rhai"
+# path = "examples/rhai/game_of_life.rs"
0 commit comments