bevy/examples/plugin_loading/example_plugin/Cargo.toml

15 lines
284 B
TOML
Raw Normal View History

2020-01-21 04:10:40 +00:00
[package]
name = "example_plugin"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
bevy = { path = "../../../../bevy" }
bevy_derive = { path = "../../../bevy_derive" }
[profile.release]
debug = true