From e8f46aa4addee9d35ee07aa55aa52d616fdae597 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sat, 6 Nov 2021 11:54:18 +0000 Subject: [PATCH] update for bitsy 7.10 and replace old wasm-bindgen version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 627c172..38e282b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tilesy" -version = "0.75.0" +version = "0.710.0" description = "a tilesheet importer for the Bitsy game engine" authors = ["Max Bradbury "] edition = "2018" @@ -13,7 +13,7 @@ crate-type = ["cdylib"] [dependencies] "base64" = "^0.12.3" -"bitsy-parser" = "^0.75.0" +"bitsy-parser" = "^0.710.0" "image" = "^0.23.7" "lazy_static" = "^1.4.0" -"wasm-bindgen" = "^0.2.74" # newer versions are bugged... +"wasm-bindgen" = "^0.2.78"