Merge branch 'neosam/error-handling' into 'master'
Use more error handling See merge request !61
... | ... | @@ -11,6 +11,9 @@ build = "src/build.rs" |
crate-type = ["cdylib"] | ||
path = "src/main.rs" | ||
[workspace] | ||
members = ["macro-impl"] | ||
[dependencies] | ||
js-sys = "0.3.46" | ||
wasm-bindgen = "0.2.69" | ||
... | ... | @@ -20,6 +23,7 @@ ncollide2d = "0.26.1" |
console_error_panic_hook = "0.1.6" | ||
anyhow = "1.0" | ||
rand = "0.7.3" | ||
macro-impl = {path = "macro-impl"} | ||
[dependencies.legion] | ||
version = "0.3.1" | ||
... | ... |
macro-impl/Cargo.toml
0 → 100644
macro-impl/src/lib.rs
0 → 100644