Compare commits
3 Commits
dc5910c7d3
...
19d6b25a33
Author | SHA1 | Date |
---|---|---|
Max Bradbury | 19d6b25a33 | |
Max Bradbury | f9687edcb7 | |
Max Bradbury | ef28df7854 |
|
@ -1,6 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bitsy-tiles"
|
name = "tilesy"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
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"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -11,7 +12,7 @@ crate-type = ["cdylib", "rlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
"base64" = "^0.12.3"
|
"base64" = "^0.12.3"
|
||||||
"bitsy-parser" = "^0.71.5"
|
"bitsy-parser" = "^0.72.0"
|
||||||
"image" = "^0.23.7"
|
"image" = "^0.23.7"
|
||||||
"wasm-bindgen" = "^0.2.64"
|
"wasm-bindgen" = "^0.2.64"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue