Files
spacedrive/apps/desktop/crates/linux
Vítor Vasconcellos 7cd0556f15 [ENG-1928] Update to tauri 2.0.1 stable (#2752)
* Update to tauri 2.0.0 stable
 - Update a some othe dependencies
 - Autoformat rust and toml files

* Fix clippy complain

* Update tauri 2.0.1
 - Update rspc
 - Update some frontend files due changes in rspc
 - Update some frontend build dependencies

* Revert babel update

* Fix code typing typing and style + a couple of bugs

* More type fixes
2024-10-05 21:17:30 +00:00
..
2024-06-07 19:14:50 +00:00

Linux crate

For some OS specific operations

The code for parsing Desktop Entries and finding which programs handle a certain mime-type is based on:

https://github.com/chmln/handlr (MIT)

thanks @chmln