version update
This commit is contained in:
parent
d72a4df55e
commit
f223e51195
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pixsy"
|
name = "pixsy"
|
||||||
version = "0.72.8"
|
version = "0.75.0"
|
||||||
description = "convert images to Bitsy rooms"
|
description = "convert images to Bitsy rooms"
|
||||||
authors = ["Max Bradbury <max@tinybird.info>"]
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -12,7 +12,7 @@ crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "^0.12.3"
|
base64 = "^0.12.3"
|
||||||
bitsy-parser = "^0.72.5"
|
bitsy-parser = "^0.75.0"
|
||||||
image = "^0.23.7"
|
image = "^0.23.7"
|
||||||
json = "^0.12.4"
|
json = "^0.12.4"
|
||||||
lazy_static = "^1.4.0"
|
lazy_static = "^1.4.0"
|
||||||
|
|
|
@ -10,7 +10,7 @@ html(lang="en-gb")
|
||||||
header
|
header
|
||||||
h1 pixsy
|
h1 pixsy
|
||||||
p.
|
p.
|
||||||
version 0.72.8
|
version 0.75.0
|
||||||
|
|
|
|
||||||
#[a(href="http://tinybird.info/image-to-bitsy/old/" target="_blank") old version]
|
#[a(href="http://tinybird.info/image-to-bitsy/old/" target="_blank") old version]
|
||||||
|
|
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Write your game's title here
|
Write your game's title here
|
||||||
|
|
||||||
# BITSY VERSION 7.2
|
# BITSY VERSION 7.5
|
||||||
|
|
||||||
! ROOM_FORMAT 1
|
! ROOM_FORMAT 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue