use folder manager for load, save and sound

This commit is contained in:
2025-08-19 17:45:42 +02:00
parent 6ea2ab483b
commit 55d96d470d
9 changed files with 743 additions and 161 deletions

View File

@@ -15,6 +15,8 @@ iced_aw = {version = "0.12.2", default-features = true}
iced_fonts = "0.2.1"
smol_str = "0.3.2"
winapi = {version = "0.3", features = ["wincon", "winuser"]}
rfd = "0.15.4"
pathdiff = "0.2.3"
[profile.release]
opt-level = 3