red dot revolution

This commit is contained in:
2025-05-29 13:01:58 +02:00
parent 54d87f99a6
commit 116a07ba27
4 changed files with 178 additions and 73 deletions

View File

@@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
iced = { version = "0.13.1", features = ["canvas"] }
svg = "0.18.0"
iced = { version = "0.13.1", features = ["canvas", "tokio"] }
tokio = {version = "1.45.1", features = ["time"]}