Basic code

This commit is contained in:
2026-02-23 17:43:03 +08:00
parent 9239b03230
commit 887ed90a14
10 changed files with 4236 additions and 1 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "mspaint"
version = "0.1.0"
edition = "2024"
[dependencies]
iced = "0.14.0"