Compare commits
5 Commits
c099035d43
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| e8f46aa4ad | |||
| 501f88cb25 | |||
| 84332dcd17 | |||
| a283116357 | |||
| 183b14d5f5 |
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tilesy"
|
||||
version = "0.75.0"
|
||||
version = "0.710.0"
|
||||
description = "a tilesheet importer for the Bitsy game engine"
|
||||
authors = ["Max Bradbury <max@tinybird.info>"]
|
||||
edition = "2018"
|
||||
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
"base64" = "^0.12.3"
|
||||
"bitsy-parser" = "^0.75.0"
|
||||
"bitsy-parser" = "^0.710.0"
|
||||
"image" = "^0.23.7"
|
||||
"lazy_static" = "^1.4.0"
|
||||
"wasm-bindgen" = "=0.2.64" # newer versions are bugged...
|
||||
"wasm-bindgen" = "^0.2.78"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
./build.sh
|
||||
rm -rf dist
|
||||
mkdir dist
|
||||
cp -r README.md LICENSE index.html script.js background.png pkg includes dist
|
||||
cp -r README.md LICENSE index.html script.js pkg includes dist
|
||||
butler push dist ruin/tilesy:html
|
||||
|
||||
Reference in New Issue
Block a user