quintodrome/desktop/src-tauri/src/main.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
110 B
Rust
Raw Normal View History

2026-09-02 23:41:18 -08:00
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
quintodrome_lib::run();
}