Skip to content

Commit aa34b7e

Browse files
committed
remove unused dependencies
1 parent e903e67 commit aa34b7e

File tree

14 files changed

+4
-848
lines changed

14 files changed

+4
-848
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ bevy_mod_scripting_functions = { workspace = true }
6060
[workspace.dependencies]
6161
bevy = { version = "0.15.0", default-features = false }
6262
bevy_mod_scripting_core = { path = "crates/bevy_mod_scripting_core", version = "0.9.0-alpha.1" }
63-
bevy_mod_scripting_common = { path = "crates/bevy_mod_scripting_common", version = "0.9.0-alpha.1" }
6463
bevy_mod_scripting_functions = { path = "crates/bevy_mod_scripting_functions", version = "0.9.0-alpha.1" }
6564
test_utils = { path = "crates/test_utils" }
6665
mlua = { version = "0.10" }
@@ -81,7 +80,6 @@ members = [
8180
"crates/languages/bevy_mod_scripting_lua",
8281
"crates/languages/bevy_mod_scripting_rhai",
8382
"crates/languages/bevy_mod_scripting_rune",
84-
"crates/bevy_mod_scripting_common",
8583
"crates/test_utils",
8684
"crates/bevy_mod_scripting_functions",
8785
]

crates/bevy_mod_scripting_common/CHANGELOG.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

crates/bevy_mod_scripting_common/Cargo.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

crates/bevy_mod_scripting_common/readme.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)