Add lib target for wasm
This commit is contained in:
parent
cbcda28719
commit
ecd7c87e29
4 changed files with 42 additions and 22 deletions
|
@ -4,6 +4,14 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
||||
[lib]
|
||||
name = "libkroz"
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[[bin]]
|
||||
name = "kroz"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
# bracket-lib = { path = "extern/bracket-lib" }
|
||||
bracket-lib = { git = "https://github.com/amethyst/bracket-lib" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue