[package] name = "mrchantey_beetmash_sewb" version = "0.0.1-rc.4" edition = "2021" description = "Exploration of the Aboriginal SEWB framework with Beetmash" license = "MIT" [dependencies] beet = { version = "0.0.4-rc.1", path = "../beet" } forky = { version = "0.2.0-rc.6", path = "../forky", features = ["bevy"] } beetmash = { version = "0.0.6-rc.5", path = "../beetmash" } bevy = "0.14" # bevy = { git = "https://github.com/bevyengine/bevy", rev = "0c959f77007c29eead7f902bddd3342a1ecbca20" } # bevy-inspector-egui = { version = "0.26.0" } anyhow = "1.0.89" [[package.metadata.scene]] name = "basics" [[package.metadata.scene]] name = "wellbeing-inheritance" description = "Exploration of how wellbeing is inherited from our ancestors" thumb-text = "👨‍👩‍👦" path = "scenes/wellbeing-inheritance.json" app.js-url = "https://mrchantey.github.io/beetmash-apps/sewb/app.js" app.wasm-url = "https://mrchantey.github.io/beetmash-apps/sewb/app_bg.wasm" app.type-registry-url = "https://mrchantey.github.io/beetmash-apps/sewb/registries/type_registry.json" app.replication-registry-url = "https://mrchantey.github.io/beetmash-apps/sewb/registries/replication_registry.json" include = ["basics"]