Offically specified v0.2.0

This commit is contained in:
2025-05-21 21:25:49 -05:00
parent 41fbb5dbdf
commit fd87302642
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "watcat" name = "watcat"
version = "0.1.0" version = "0.2.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]

View File

@ -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 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 but your code sucks
------------------- -------------------
@ -31,3 +31,4 @@ TODO
+ ~~literally just add the text~~ + ~~literally just add the text~~
+ add easter egg + add easter egg
+ make various parameters user-configurable + make various parameters user-configurable
+ use tiny-skia instead of magick-rust?