first commit

This commit is contained in:
2025-08-25 22:41:07 +02:00
commit 0bef2b69c2
25 changed files with 6007 additions and 0 deletions

11
front/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "front"
version = "0.1.0"
edition = "2024"
[dependencies]
iced = { version = "0.13.1", features = ["debug", "image"] }
[[bin]]
name = "liscord"
path = "src/main.rs"