[dependencies.heapless]
version = "0.8"
[dependencies.pico-engine-core]
version = "0.1.0"
[dependencies.pico-engine-hardware]
version = "0.1.0"
[lib]
doctest = false
name = "pico_engine_shell"
path = "src/lib.rs"
test = false
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "game-development"]
description = "Runtime shell for Pico Engine games"
edition = "2021"
keywords = ["game-engine", "runtime", "pico", "web"]
license = "MIT"
name = "pico-engine-shell"
readme = false
repository = "https://github.com/yourusername/pico-engine"
version = "0.1.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["Window", "Document", "HtmlCanvasElement", "CanvasRenderingContext2d", "ImageData", "KeyboardEvent", "Performance", "Element", "console"]
version = "0.3"
[target.'cfg(target_os = "none")'.dependencies.cortex-m]
version = "0.7.2"
[target.'cfg(target_os = "none")'.dependencies.cortex-m-rt]
version = "0.7"
[target.'cfg(target_os = "none")'.dependencies.critical-section]
version = "1.0.0"
[target.'cfg(target_os = "none")'.dependencies.embedded-hal]
version = "1.0.0"
[target.'cfg(target_os = "none")'.dependencies.panic-halt]
version = "0.2.0"
[target.'cfg(target_os = "none")'.dependencies.pico-engine-hal]
features = ["binary-info", "critical-section-impl", "rt"]
version = "0.1.0"