Skip to content

Commit deddd15

Browse files
committed
WIP
1 parent 3461ecf commit deddd15

File tree

20 files changed

+1442
-420
lines changed

20 files changed

+1442
-420
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ members = [
9393
"crates/ladfile",
9494
"crates/lad_backends/mdbook_lad_preprocessor",
9595
"crates/ladfile_builder",
96+
"crates/bevy_system_reflection",
9697
]
9798
resolver = "2"
9899
exclude = ["crates/bevy_api_gen", "crates/macro_tests"]

crates/bevy_mod_scripting_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ mlua = { version = "0.10", default-features = false, optional = true }
2929
rhai = { version = "1.21", default-features = false, features = [
3030
"sync",
3131
], optional = true }
32-
3332
bevy = { workspace = true, default-features = false, features = ["bevy_asset"] }
34-
3533
thiserror = "1.0.31"
3634
parking_lot = "0.12.1"
3735
dashmap = "6"
@@ -42,6 +40,8 @@ profiling = { workspace = true }
4240
bevy_mod_scripting_derive = { workspace = true }
4341
fixedbitset = "0.5"
4442
petgraph = "0.6"
43+
bevy_mod_debugdump = "0.12"
44+
bevy_system_reflection = { path = "../bevy_system_reflection", version = "0.1.0" }
4545

4646
[dev-dependencies]
4747
test_utils = { workspace = true }

0 commit comments

Comments
 (0)