mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Extract CEF rendered UI into a separate process and crate
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fn main() {
|
||||
graphite_desktop::start();
|
||||
fn main() -> std::process::ExitCode {
|
||||
graphite_desktop::start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user