Compare commits
No commits in common. "19d6b25a3375c1142fa90737e8598a8d3a865bd7" and "dc5910c7d30695db411d95005a964f46c95aad27" have entirely different histories.
19d6b25a33
...
dc5910c7d3
|
@ -1,7 +1,6 @@
|
|||
[package]
|
||||
name = "tilesy"
|
||||
name = "bitsy-tiles"
|
||||
version = "0.1.0"
|
||||
description = "a tilesheet importer for the Bitsy game engine"
|
||||
authors = ["Max Bradbury <max@tinybird.info>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
@ -12,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
|
|||
|
||||
[dependencies]
|
||||
"base64" = "^0.12.3"
|
||||
"bitsy-parser" = "^0.72.0"
|
||||
"bitsy-parser" = "^0.71.5"
|
||||
"image" = "^0.23.7"
|
||||
"wasm-bindgen" = "^0.2.64"
|
||||
|
||||
|
|
Loading…
Reference in New Issue