Rust code for gridless pathfinding

This commit is contained in:
Manuel Vögele
2022-01-31 21:48:20 +01:00
parent dc85609a75
commit 08f41ed2ff
8 changed files with 463 additions and 3 deletions
+2
View File
@@ -14,4 +14,6 @@ lto = true
[dependencies]
console_error_panic_hook = "0.1.7"
js-sys = "0.3.56"
rustc-hash = "1.1.0"
wasm-bindgen = "0.2.79"