[package]
edition = "2024"
name = "wasm96-sdk"
version = "0.1.2"
authors = ["isaiahpettingill"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SDK for building WASM apps that run under the wasm96 libretro core."
homepage = "https://github.com/isaiahpettingill/wasm96"
documentation = "https://github.com/isaiahpettingill/wasm96"
readme = "README.md"
license = "MIT"
repository = "https://github.com/isaiahpettingill/wasm96"
[package.metadata.docs.rs]
all-features = true
[features]
default = ["std"]
std = []
wee_alloc = ["dep:wee_alloc"]
[lib]
name = "wasm96_sdk"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies.wee_alloc]
version = "0.4.5"
optional = true