wasm96-sdk 0.1.2

SDK for building WASM apps that run under the wasm96 libretro core.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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