You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
339 B
19 lines
339 B
[package]
|
|
name = "easel3d-wasm"
|
|
version = "0.1.0"
|
|
authors = ["hopp@silpion.de"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2"
|
|
easel3d = { path = "../easel3d" }
|
|
wee_alloc = { version = "0.4.2", optional = true }
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen-test = "0.2"
|
|
|
|
[profile.release]
|
|
opt-level = "s"
|