Skip to content

Commit

Permalink
docs: Remove unused bytemuck dependency from bevy_ggrs example
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Dec 21, 2024
1 parent 1546be4 commit a12a073
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
25 changes: 12 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion examples/bevy_ggrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ bevy = { version = "0.15", default-features = false, features = [
"x11",
] }
bevy_ggrs = "0.17"
bytemuck = { version = "1.7", features = ["derive"] }
clap = { version = "4.3", features = ["derive"] }
serde = "1.0"

0 comments on commit a12a073

Please sign in to comment.