Files
spacedrive/apps/desktop/crates/linux
Vítor Vasconcellos 405fb023d8 Clean up and update rust dependencies (#2544)
* Clean up and update rust dependencies

* Attempt to fix Windows Error
2024-06-10 19:44:00 +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