Files
spacedrive/apps/desktop/crates/linux
Vítor Vasconcellos d52dac2f19 Use 10 chars SHA for git deps
- Update a couple of rust dependencies
 - Add taplo for toml auto formatting
 - Adjust some formatting configurations
 - Updated prettier and its plugins
2024-08-12 17:49:31 -03:00
..
2024-06-07 19:14:50 +00:00
2024-08-12 17:49:31 -03: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