Compare commits

...

3 Commits

Author SHA1 Message Date
Max Bradbury 19d6b25a33 description 2020-08-14 13:04:57 +01:00
Max Bradbury f9687edcb7 bump bitsy-parser 2020-08-14 12:55:52 +01:00
Max Bradbury ef28df7854 update package name 2020-07-25 12:58:57 +01:00
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
[package]
name = "bitsy-tiles"
name = "tilesy"
version = "0.1.0"
description = "a tilesheet importer for the Bitsy game engine"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
license = "MIT"
@ -11,7 +12,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
"base64" = "^0.12.3"
"bitsy-parser" = "^0.71.5"
"bitsy-parser" = "^0.72.0"
"image" = "^0.23.7"
"wasm-bindgen" = "^0.2.64"