chore: update dependencies
Also utilizes the `jxl-oxide` image decoding hook.
This commit is contained in:
parent
49d353d369
commit
4414d2f4b2
4 changed files with 40 additions and 112 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue