beetmash_template 0.0.6

An example workflow for publishing Bevy apps and scenes to Beetmash.
[dependencies.beetmash]
version = "0.0.6"

[dependencies.bevy]
default-features = true
version = "0.15"

[[example]]
name = "app"
path = "examples/app.rs"

[[example]]
name = "export_scenes"
path = "examples/export_scenes.rs"

[lib]
name = "beetmash_template"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "game-development", "simulation", "wasm", "embedded"]
description = "An example workflow for publishing Bevy apps and scenes to Beetmash."
documentation = "https://beetmash.com/docs/beetmash"
edition = "2021"
homepage = "https://beetmash.com"
keywords = ["beetmash", "behavior", "game-ai", "robotics"]
license = "MIT OR Apache-2.0"
name = "beetmash_template"
publish = true
readme = "README.md"
repository = "https://github.com/mrchantey/beetmash"
version = "0.0.6"

[[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"