2023-02-25 11:14:25 -05:00
|
|
|
[package]
|
2023-03-02 18:55:40 -05:00
|
|
|
name = "xpin-wasm"
|
2023-02-25 11:14:25 -05:00
|
|
|
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"
|
2023-03-02 18:55:40 -05:00
|
|
|
xpin = {path=".."}
|
2023-03-20 00:19:18 -04:00
|
|
|
spatial-coordinate-systems = {path="../spatial-coordinate-systems/"}
|
2023-03-21 23:22:29 -04:00
|
|
|
console_error_panic_hook = "0.1.7"
|