Skip to content

Commit

Permalink
Fixed transform-gizmo-bevy Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
urholaukkarinen committed Apr 6, 2024
1 parent d41935f commit c57e52b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion crates/transform-gizmo-bevy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ authors.workspace = true
categories = ["gui", "game-development", "game-engines"]
keywords = ["gizmo", "bevy"]
readme = "../../README.md"
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
include = [
"../../LICENSE-APACHE",
"../../LICENSE-MIT",
"**/*.rs",
"**/*.wgsl",
"Cargo.toml",
]

[dependencies]
transform-gizmo.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/transform-gizmo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
//!
//! For a more complete example, see the online demo at <https://urholaukkarinen.github.io/transform-gizmo/>.
//! The demo sources can be found at <https://github.com/urholaukkarinen/transform-gizmo/blob/main/examples/bevy/src/main.rs>.
//! ```
mod shape;
mod subgizmo;
Expand Down

0 comments on commit c57e52b

Please sign in to comment.