update for bitsy 7.10 and replace old wasm-bindgen version
This commit is contained in:
parent
501f88cb25
commit
e8f46aa4ad
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tilesy"
|
name = "tilesy"
|
||||||
version = "0.75.0"
|
version = "0.710.0"
|
||||||
description = "a tilesheet importer for the Bitsy game engine"
|
description = "a tilesheet importer for the Bitsy game engine"
|
||||||
authors = ["Max Bradbury <max@tinybird.info>"]
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -13,7 +13,7 @@ crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
"base64" = "^0.12.3"
|
"base64" = "^0.12.3"
|
||||||
"bitsy-parser" = "^0.75.0"
|
"bitsy-parser" = "^0.710.0"
|
||||||
"image" = "^0.23.7"
|
"image" = "^0.23.7"
|
||||||
"lazy_static" = "^1.4.0"
|
"lazy_static" = "^1.4.0"
|
||||||
"wasm-bindgen" = "^0.2.74" # newer versions are bugged...
|
"wasm-bindgen" = "^0.2.78"
|
||||||
|
|
Loading…
Reference in New Issue