initial commit
This commit is contained in:
commit
4b7b02a3ae
4 changed files with 4174 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue