Files
Graphite/desktop/platform/mac/src/main.rs

4 lines
67 B
Rust

fn main() -> std::process::ExitCode {
graphite_desktop::start()
}