Wasm skeleton

This commit is contained in:
Manuel Vögele
2022-01-31 10:11:04 +01:00
parent 472b373f13
commit dc85609a75
10 changed files with 228 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "gridless-pathfinding"
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"]
[profile.release]
lto = true
#debug = true
[dependencies]
console_error_panic_hook = "0.1.7"
wasm-bindgen = "0.2.79"