Initialized burrow-gtk project
This commit is contained in:
parent
290284ef4b
commit
7363683a81
26 changed files with 1537 additions and 0 deletions
13
burrow-gtk/Cargo.toml
Normal file
13
burrow-gtk/Cargo.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue