feat: initial commit

This commit is contained in:
Nathan
2025-06-03 15:48:59 -06:00
commit eb59c1b50a
8 changed files with 1998 additions and 0 deletions

10
gtk_grid/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "gtk_grid"
version = "0.1.0"
edition = "2021"
[dependencies]
gdk4 = "0.9.6"
gtk4 = "0.9.6"
rand = "0.9.1"