cosmic-files/examples/desktop.rs
2024-10-04 09:58:47 -06:00

4 lines
No EOL
157 B
Rust

// This launches the desktop mode as a regular window for easier testing.
fn main() -> Result<(), Box<dyn std::error::Error>> {
cosmic_files::desktop()
}