mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
5 lines
101 B
Rust
5 lines
101 B
Rust
#![windows_subsystem = "windows"]
|
|
fn main() -> std::process::ExitCode {
|
|
graphite_desktop::start()
|
|
}
|