Skip to content

Commit

Permalink
update includes
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Apr 4, 2024
1 parent 0db9fdd commit 8567c9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crates/bevy_api_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ description = "Code generator tool for bevy"
license = "MIT OR Apache-2.0"
repository = "https://github.com/makspll/bevy_mod_scripting"
readme = "readme.md"
include = ["readme.md", "/src", "/templates"]
include = [
"readme.md",
"/src",
"/templates",
"Cargo.bootstrap.toml",
"build.rs",
]

[[bin]]
name = "cargo-bevy-api-gen"
Expand Down

0 comments on commit 8567c9c

Please sign in to comment.