Skip to content

Commit bdf9bfd

Browse files
committed
exclude rhai example for now
1 parent aa34b7e commit bdf9bfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ name = "game_of_life_lua"
110110
path = "examples/lua/game_of_life.rs"
111111
required-features = ["lua54", "bevy/file_watcher", "bevy/multi_threaded"]
112112

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"
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"

0 commit comments

Comments
 (0)