mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +08:00
13 lines
168 B
TOML
13 lines
168 B
TOML
[package]
|
|
name = "spine-c-wasm-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
bindgen = "0.70" |