[package] name = "tic80" version = "0.1.0" edition = "2021" license = "MIT" description = "An opinionated interface into the tic80 system" repository = "https://github.com/crzysdrs/tic80" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytemuck = { version = "1.14.0", features = ["derive"] } enum_dispatch = "0.3.12" bilge = "0.2.0" #tic80-sys = {path="./tic80-sys"} tic80-sys = {package = "tic80-sys", version = "0.1.0", path="../tic80-sys" } paste = "1.0.14" cstr = "0.2.11" [features] default = [] [target.'cfg(target_family="wasm")'.dependencies] buddy-alloc = { version = "0.4.1" } [dev-dependencies] proptest = "1.4.0"