Initialized burrow-gtk project

This commit is contained in:
reesericci 2023-07-01 12:25:56 -05:00 committed by Conrad Kramer
parent 290284ef4b
commit 7363683a81
26 changed files with 1537 additions and 0 deletions

13
burrow-gtk/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "burrow-gtk"
version = "0.1.0"
edition = "2021"
[dependencies]
gettext-rs = { version = "0.7", features = ["gettext-system"] }
gtk = { version = "0.6", package = "gtk4" }
[dependencies.adw]
package = "libadwaita"
version = "0.3"
features = ["v1_2"]