Create libadwaita example

This commit is contained in:
2021-12-19 20:19:59 +01:00
commit f5986336ad
4 changed files with 824 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "adwaita-demo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
adw = { version = "0.1.0-beta-1", package = "libadwaita" }
gtk = { version = "0.3", package = "gtk4" }