[package]
edition = "2021"
name = "beetmash_template"
version = "0.0.7"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An example workflow for publishing Bevy apps and scenes to Beetmash."
homepage = "https://beetmash.com"
documentation = "https://beetmash.com/docs/beetmash"
readme = "README.md"
keywords = [
"beetmash",
"behavior",
"game-ai",
"robotics",
]
categories = [
"science::robotics",
"game-development",
"simulation",
"wasm",
"embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mrchantey/beetmash"
[[package.metadata.scene]]
name = "hello-world"
[[package.metadata.scene]]
description = "Simply default plugins, a light and a 3d camera with a sensible offset."
name = "my-base-scene"
path = "scenes/my-base-scene.json"
thumb-text = "🎥"
[package.metadata.scene.app]
js-url = "https://mrchantey.github.io/beetmash-apps/beetmash_template/app.js"
replication-registry-url = "https://mrchantey.github.io/beetmash-apps/beetmash_template/registries/replication_registry.json"
type-registry-url = "https://mrchantey.github.io/beetmash-apps/beetmash_template/registries/type_registry.json"
wasm-url = "https://mrchantey.github.io/beetmash-apps/beetmash_template/app_bg.wasm"
[[package.metadata.scene]]
app = "my-base-scene"
description = "A beautiful cube gloriously perched upon a circular platform!"
include = ["hello-world"]
name = "my-beautiful-scene"
path = "scenes/my-beautiful-scene.json"
thumb-url = "https://bevyengine.org/processed_images/3d_scene.303294348e55980f.png"
[lib]
name = "beetmash_template"
path = "src/lib.rs"
[[example]]
name = "app"
path = "examples/app.rs"
[[example]]
name = "export_scenes"
path = "examples/export_scenes.rs"
[dependencies.beetmash]
version = "0.0.7"
[dependencies.bevy]
version = "0.15"
default-features = true