Implement basic cef based desktop app

This commit is contained in:
Timon Schelling
2025-07-19 19:34:00 +00:00
parent 03751dfd7c
commit 809a00979a
21 changed files with 2647 additions and 2636 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
[workspace]
members = [
"editor",
"desktop",
"proc-macros",
"frontend/wasm",
"node-graph/gapplication-io",
@@ -110,7 +111,7 @@ web-sys = { version = "=0.3.77", features = [
"HtmlImageElement",
"ImageBitmapRenderingContext",
] }
winit = "0.29"
winit = { version = "0.30", features = ["wayland", "rwh_06"] }
url = "2.5"
tokio = { version = "1.29", features = ["fs", "macros", "io-std", "rt"] }
vello = { git = "https://github.com/linebender/vello.git", rev = "3275ec8" } # TODO switch back to stable when a release is made