basic working helloworld

This commit is contained in:
talksik
2023-06-29 09:14:37 -07:00
parent 61df698a08
commit 360b71eed7
3 changed files with 733 additions and 2 deletions
+1
View File
@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gtk4" }