Compare commits
2 Commits
0b82495451
...
d2c3269eba
| Author | SHA1 | Date | |
|---|---|---|---|
| d2c3269eba | |||
| 215af194c8 |
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mixsy"
|
name = "mixsy"
|
||||||
description = "combine Bitsy games"
|
description = "combine Bitsy games"
|
||||||
version = "0.75.0"
|
version = "0.75.1"
|
||||||
authors = ["Max Bradbury <max@tinybird.info>"]
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -15,4 +15,4 @@ crate-type = ["cdylib"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
"bitsy-parser" = "^0.75.0"
|
"bitsy-parser" = "^0.75.0"
|
||||||
"lazy_static" = "^1.4.0"
|
"lazy_static" = "^1.4.0"
|
||||||
"wasm-bindgen" = "^0.2.64"
|
"wasm-bindgen" = "^0.2.74"
|
||||||
|
|||||||
1
build.sh
1
build.sh
@ -2,5 +2,4 @@
|
|||||||
|
|
||||||
cargo build
|
cargo build
|
||||||
pug index.pug
|
pug index.pug
|
||||||
set -ex
|
|
||||||
wasm-pack build --target web
|
wasm-pack build --target web
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user