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:
Alice Cecile 2023-06-12 15:10:48 -04:00 committed by GitHub
parent 942766c485
commit 584e7d00ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }