[package] name = "dexterous_developer" version.workspace = true authors.workspace = true description.workspace = true license.workspace = true categories.workspace = true keywords.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true edition = "2021" readme = "../README.md" exclude = ["assets/**/*", "tools/**/*", ".github/**/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = [] hot = [ "dexterous_developer_instance/hot", "bevy_dexterous_developer/hot", ] bevy = ["dep:bevy_dexterous_developer"] [dependencies] dexterous_developer_instance = { version = "0.4.0-alpha.0", path = "../dexterous_developer_instance", default-features = false } bevy_dexterous_developer = { version = "0.4.0-alpha.0", path = "../adapters/bevy_dexterous_developer", optional = true }