mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
feat: init desktop app
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user