# Please enter the commit message for your changes. Lines starting
This commit is contained in:
nora 2025-12-26 21:28:43 +01:00
commit 39be4753e4
7 changed files with 925 additions and 0 deletions

10
view/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "view"
version = "0.1.0"
edition = "2024"
[dependencies]
gio = "0.21.5"
gtk = { package = "gtk4", version = "0.10" }
gtk4-layer-shell = "0.7.1"
webkit6 = "0.5.0"