More work on partition stuff #2, added BlkSize struct to handle partition sizes nicely.

This commit is contained in:
2026-05-23 14:56:21 +02:00
parent c6e7fa6069
commit 9743b010d1
5 changed files with 332 additions and 137 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
blocking = "1.6"
iced = { version = "0.14", features = ["smol", "image"] }
iced = { version = "0.14", default-features = false, features = ["crisp", "linux-theme-detection", "web-colors", "wgpu", "x11", "wayland", "smol", "image"] }
iced_moving_picture = "0"
rust-i18n = "3"
toml = "1"