initial commit

This commit is contained in:
askiiart 2025-05-05 19:51:02 -05:00
commit 4b7b02a3ae
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
4 changed files with 4174 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "this-program-shouldnt-need-to-exist"
version = "0.1.0"
edition = "2024"
license = "MIT"
[dependencies]
iced = "0.13.1"
lazy_static = "1.5.0"