Files
mspaint/Cargo.toml

11 lines
214 B
TOML
Raw Permalink Normal View History

2026-02-23 17:43:03 +08:00
[package]
name = "mspaint"
version = "0.1.0"
edition = "2024"
[dependencies]
2026-03-02 16:53:07 +08:00
iced = {version = "0.14.0", features = ["advanced", "image", "smol", "canvas"]}
2026-02-24 22:20:06 +08:00
iced_core = "0.14.0"
2026-02-28 01:09:51 +08:00
image = "0.25.9"
2026-02-28 14:32:39 +08:00
rand = "0.10.0"