Compare commits

..
Author SHA1 Message Date
98c317adf5
style: avoid toml curly braces
else it causes messy diffs and is generally less writable and readable
2026-07-29 16:02:38 -07:00
53ed0f8a36
feat: switch to pure-rust jxl decoder
this makes the logic drastically simpler;
as it comes with image crate integration.

however, images can no longer be saved as JXL with this version
(as jxl-oxide is decoder-only)
2026-07-29 16:00:36 -07:00

View file

@ -39,6 +39,7 @@
pkg-config
];
buildInputs = with pkgs; [
libjxl
dav1d
];