From fd873026429e0c59a2b79e9b15cf988270077903 Mon Sep 17 00:00:00 2001 From: Seoxi Ryouko Date: Wed, 21 May 2025 21:25:49 -0500 Subject: [PATCH] Offically specified v0.2.0 --- Cargo.toml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f68335e..dd8a8f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watcat" -version = "0.1.0" +version = "0.2.0" edition = "2024" [dependencies] diff --git a/README.md b/README.md index b0318ae..5936be5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ why? cosmo relies on [imagetext-py](https://github.com/nathanielfernandes/imagetext-py), which either does not have a freebsd wheel or else uv cannot find it -~~also I'm a rust shill and python hater and just needed an excuse~~ +now it seems that magick-rust can't link on freebsd... guess I'll die but your code sucks ------------------- @@ -31,3 +31,4 @@ TODO + ~~literally just add the text~~ + add easter egg + make various parameters user-configurable ++ use tiny-skia instead of magick-rust?