We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db9fdd commit 8567c9cCopy full SHA for 8567c9c
crates/bevy_api_gen/Cargo.toml
@@ -6,7 +6,13 @@ description = "Code generator tool for bevy"
6
license = "MIT OR Apache-2.0"
7
repository = "https://github.com/makspll/bevy_mod_scripting"
8
readme = "readme.md"
9
-include = ["readme.md", "/src", "/templates"]
+include = [
10
+ "readme.md",
11
+ "/src",
12
+ "/templates",
13
+ "Cargo.bootstrap.toml",
14
+ "build.rs",
15
+]
16
17
[[bin]]
18
name = "cargo-bevy-api-gen"
0 commit comments