version 0.70.0!
This commit is contained in:
parent
fbabc37953
commit
ea09d06b35
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bitsy-parser"
|
name = "bitsy-parser"
|
||||||
version = "0.65.13"
|
version = "0.70.0"
|
||||||
authors = ["Max Bradbury <max@tinybird.info>"]
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A parser for Bitsy game data"
|
description = "A parser for Bitsy game data"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
a library for parsing Bitsy game data.
|
a library for parsing Bitsy game data.
|
||||||
|
|
||||||
the version number follows Bitsy itself, so version 0.65.* targets Bitsy 6.5.
|
the version number follows Bitsy itself, so version 0.70.* targets Bitsy 7.0.
|
||||||
|
|
||||||
## how to use
|
## how to use
|
||||||
|
|
||||||
|
@ -57,7 +57,6 @@ some more practical uses would be things like:
|
||||||
## todo
|
## todo
|
||||||
|
|
||||||
* implement Result return types on ::from functions so we can handle errors
|
* implement Result return types on ::from functions so we can handle errors
|
||||||
* fix variables/endings becoming "DLG DLG"?
|
|
||||||
* replace Image with Vec<u8> or something. seems like a pointless abstraction
|
* replace Image with Vec<u8> or something. seems like a pointless abstraction
|
||||||
* convert integer IDs to strings and just use base36 when creating new IDs; test games with arbitrary IDs
|
* convert integer IDs to strings and just use base36 when creating new IDs; test games with arbitrary IDs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue