mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Remove stray boilerplate line in bevy_dynamic_plugin/Cargo.toml
(#8830)
This line is autogenerated with new projects and was never cleaned up.
This commit is contained in:
parent
942766c485
commit
584e7d00ff
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ repository = "https://github.com/bevyengine/bevy"
|
|||
license = "MIT OR Apache-2.0"
|
||||
keywords = ["bevy"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
# bevy
|
||||
bevy_app = { path = "../bevy_app", version = "0.11.0-dev" }
|
||||
|
|
Loading…
Reference in a new issue