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?