first commit

This commit is contained in:
chloe 2025-03-16 20:02:27 +01:00
commit 984278dcd1
14 changed files with 3137 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "epileptic"
version = "0.1.0"
edition = "2021"
[dependencies]
gtk = { version = "0.9.6", package = "gtk4", features = ["v4_16"] }