Initial commit

This commit is contained in:
Rendo 2026-08-10 04:00:20 +05:00
commit d327311719
5 changed files with 4030 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "nonagon-infinity"
version = "0.1.0"
edition = "2024"
[dependencies]
iced = "0.14.0"