From 0acf6bac7b0a67876e94193a611229e07e64dee6 Mon Sep 17 00:00:00 2001 From: reidlab Date: Wed, 11 Oct 2023 17:41:32 -0700 Subject: [PATCH] oops, didnt update readme/cargo --- Cargo.lock | 2 +- Cargo.toml | 2 +- readme.md | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8d58e0..1eface9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "gd-icon-renderer" -version = "1.0.2" +version = "1.1.0" dependencies = [ "image", "imageproc", diff --git a/Cargo.toml b/Cargo.toml index 8ddccef..da116fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gd-icon-renderer" description = "A tool to render Geometry Dash icons." -version = "1.0.2" +version = "1.1.0" edition = "2021" license-file = "LICENSE" repository = "https://git.reidlab.online/reidlab/gd-icon-renderer" diff --git a/readme.md b/readme.md index 9792140..621708d 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,5 @@ Provide your `GJ_GameSheet02-uhd`, `GJ_GameSheetGlow-uhd`, `Robot_AnimDesc2`, an ## Todo - Add examples to the repo. -- Swap to a custom `plist` parser. Current one is kinda slow. -- Stop the fucking cloning. Majority of speed lost from cloning is @ [`./src/renderer.rs:178`](./src/renderer.rs) - Trim extra alpha space on the final result. - I think theres some weird shifting and offsets going on, please investigate 🥺. Really big on `spider_16` for some reason?? Related issue on the inspired project [here](https://github.com/oatmealine/gd-icon-renderer/issues/2). \ No newline at end of file