Skip to content

Commit 2b88ef6

Browse files
committed
enable rhai for doc gen
1 parent 0d11cbc commit 2b88ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "bevy_mod_scripting"
1717
path = "src/lib.rs"
1818

1919
[package.metadata."docs.rs"]
20-
features = ["lua54"]
20+
features = ["lua54", "rhai"]
2121

2222
[features]
2323
default = ["core_functions", "bevy_bindings"]

0 commit comments

Comments
 (0)