Skip to content

Commit

Permalink
Merge pull request #20 from coilysiren/js-2
Browse files Browse the repository at this point in the history
Workon JS API
  • Loading branch information
coilysiren committed Nov 24, 2023
2 parents c365ca6 + 74df7d8 commit 190c808
Show file tree
Hide file tree
Showing 15 changed files with 7,928 additions and 401 deletions.
19 changes: 0 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ crate-type = ["cdylib", "rlib"]
path = "src/rust/lib.rs"

[features]
default = ["console_error_panic_hook", "wee_alloc"]
default = ["console_error_panic_hook"]

[dependencies]
console_error_panic_hook = { version = "^0.1", optional = true }
wee_alloc = { version = "^0.4", optional = true }
specs = "^0.12"
specs-derive = "^0.2"
rand = "^0.5"
Expand Down
Loading

0 comments on commit 190c808

Please sign in to comment.