feat: init desktop app

This commit is contained in:
Maze Winther
2026-03-27 21:15:00 +01:00
parent f635403108
commit 8918a87c33
12 changed files with 7827 additions and 310 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "opencut-desktop"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "opencut"
path = "src/main.rs"
[dependencies]
gpui = "0.2.2"