Skip to content

Commit d94685f

Browse files
authored
refactor: restructure monorepo, rename bevy_api_gen to bevy_mod_scripting_codegen (#461)
1 parent 0753f50 commit d94685f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+46
-27
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ members = [
123123
"crates/bevy_system_reflection",
124124
]
125125
resolver = "2"
126-
exclude = ["crates/bevy_api_gen", "crates/macro_tests", "xtask"]
126+
exclude = ["codegen", "crates/macro_tests", "xtask"]
127127

128128
[profile.dev]
129129
debug = 1
File renamed without changes.
File renamed without changes.

crates/bevy_api_gen/Cargo.toml renamed to codegen/Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "bevy_api_gen"
2+
name = "bevy_mod_scripting_codegen"
33
version = "0.6.0"
44
edition = "2024"
55
description = "Code generator tool for bevy"
@@ -15,12 +15,15 @@ include = [
1515
"rust-toolchain.toml",
1616
]
1717

18+
[workspace]
19+
members = []
20+
1821
[[bin]]
19-
name = "cargo-bevy-api-gen"
22+
name = "cargo-bms-codegen"
2023
path = "src/bin/main.rs"
2124

2225
[[bin]]
23-
name = "bevy-api-gen-driver"
26+
name = "bms-codegen-driver"
2427
path = "src/bin/driver.rs"
2528

2629
[profile.ephemeral-build]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)