More work on partition stuff #2, added BlkSize struct to handle partition sizes nicely.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user