bevy/examples/app/dynamic_plugin_loading/example_plugin/Cargo.toml
2020-05-01 13:12:47 -07:00

11 lines
207 B
TOML

[package]
name = "example_plugin"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
bevy = { path = "../../../../../bevy" }