cosmic-files/examples/desktop.rs

5 lines
158 B
Rust
Raw Permalink Normal View History

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