@@ -67,8 +67,8 @@ bevy_mod_scripting_functions = { path = "crates/bevy_mod_scripting_functions", v
67
67
bevy_mod_scripting_derive = { path = " crates/bevy_mod_scripting_derive" , version = " 0.9.6" }
68
68
69
69
# test utilities
70
- script_integration_test_harness = { path = " crates/script_integration_test_harness" }
71
- test_utils = { path = " crates/test_utils" }
70
+ script_integration_test_harness = { path = " crates/testing_crates/ script_integration_test_harness" }
71
+ test_utils = { path = " crates/testing_crates/ test_utils" }
72
72
73
73
[dev-dependencies ]
74
74
bevy = { workspace = true , default-features = true }
@@ -84,12 +84,13 @@ members = [
84
84
" crates/languages/bevy_mod_scripting_lua" ,
85
85
" crates/languages/bevy_mod_scripting_rhai" ,
86
86
# "crates/languages/bevy_mod_scripting_rune",
87
- " crates/test_utils" ,
88
87
" crates/bevy_mod_scripting_functions" ,
89
88
" crates/xtask" ,
90
- " crates/script_integration_test_harness" ,
89
+ " crates/testing_crates/test_utils" ,
90
+ " crates/testing_crates/script_integration_test_harness" ,
91
91
" crates/bevy_mod_scripting_derive" ,
92
- " crates/ladfile" , " crates/lad_backends/mdbook_lad_preprocessor" ,
92
+ " crates/ladfile" ,
93
+ " crates/lad_backends/mdbook_lad_preprocessor" ,
93
94
]
94
95
resolver = " 2"
95
96
exclude = [" crates/bevy_api_gen" , " crates/macro_tests" ]
0 commit comments