[package]
name = "pax-runtime-api"
version = "0.13.16"
edition = "2021"
authors = ["Zack Brown <zack@pax.dev>", "Warfa Jibril <warfa@pax.dev>", "Samuel Selleck <samuel@pax.dev>"]
license = "MIT OR Apache-2.0"
homepage = "https://pax.dev/"
repository = "https://www.github.com/paxproject/pax"
description = "Userland constructs used at the runtime API boundary of Pax Engine"
[dependencies]
serde = {version = "1.0.159", features=["derive"] }
wasm-bindgen = {version = "0.2.80", features=["serde-serialize"]}
kurbo = "0.9.0"
piet = "0.6.0"
slotmap = "1.0.7"
pax-message = {version="0.13.16", path="../pax-message"}
log = "0.4.20"