We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53dca47 commit 687567bCopy full SHA for 687567b
source-code/Cargo.toml
@@ -1 +1,12 @@
1
+[package]
2
+name = "hackeros-welcome"
3
+version = "0.1.0"
4
+edition = "2021"
5
6
+[dependencies]
7
+adw = { package = "libadwaita", version = "0.7", features = ["v1_5"] }
8
+gio = "0.19"
9
+glib = "0.19"
10
+gtk = { package = "gtk4", version = "0.9" }
11
+gdk-pixbuf = "0.19"
12
+webbrowser = "1.0"
0 commit comments