[package] name = "bevy_dexterous_developer_dynamic" edition = "2021" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["dylib"] [dependencies] bevy = { version = "0.14", default-features = false} bevy_dexterous_developer_library = { version = "0.4.0-alpha.3", path = "../bevy_dexterous_developer_library" } dexterous_developer_types = { version = "0.4.0-alpha.3", path = "../../../../dexterous_developer_types" } dexterous_developer_instance = { version = "0.4.0-alpha.3", path = "../../../../dexterous_developer_instance" }