feat: 实现喷枪功能

This commit is contained in:
2026-02-28 14:32:39 +08:00
parent 3ed3c12f47
commit a9243c498f
4 changed files with 197 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
iced = {version = "0.14.0", features = ["advanced", "image"]}
iced = {version = "0.14.0", features = ["advanced", "image", "smol"]}
iced_core = "0.14.0"
image = "0.25.9"
rand = "0.10.0"