chore: update dependencies

Also utilizes the `jxl-oxide` image decoding hook.
This commit is contained in:
Vukašin Vojinović 2026-03-14 22:20:51 +01:00 committed by Jacob Kauffmann
parent 49d353d369
commit 4414d2f4b2
4 changed files with 40 additions and 112 deletions

View file

@ -6,5 +6,6 @@ use tikv_jemallocator::Jemalloc;
static GLOBAL: Jemalloc = Jemalloc;
fn main() -> Result<(), Box<dyn std::error::Error>> {
let _ = jxl_oxide::integration::register_image_decoding_hook();
cosmic_files::main()
}