Extract CEF rendered UI into a separate process and crate

This commit is contained in:
Timon
2026-07-10 00:27:12 +00:00
parent 97f8113fe4
commit 5daea64585
79 changed files with 4159 additions and 1257 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#![windows_subsystem = "windows"]
fn main() {
graphite_desktop::start();
fn main() -> std::process::ExitCode {
graphite_desktop::start()
}