16 lines
379 B
TOML
16 lines
379 B
TOML
[package]
|
|
name = "xpin-wasm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2"
|
|
xpin = {path=".."}
|
|
spatial-coordinate-systems = {path="../spatial-coordinate-systems/",features=["wasm_bindgen"]}
|
|
console_error_panic_hook = "0.1.7"
|