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