From 534193b3ed61e62b271120d2d2f5e85988752136 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sun, 4 Jan 2026 02:40:38 +0100 Subject: chore: replace tokio with smol, disable unneeded iced feature flags --- Cargo.toml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 397b314..13b126d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,13 +15,13 @@ iced.version = "0.15.0-dev" iced.default-features = false iced.features = [ "wgpu", - "tiny-skia", + "x11", + "wayland", "web-colors", - "advanced", - "tokio", + "smol", "image", "svg", - "crisp", + "hinting", "linux-theme-detection", ] @@ -41,22 +41,21 @@ iced_drop.branch = "master" iced_custom_highlighter.git = "https://git.sr.ht/~pml68/iced_custom_highlighter" +rfd.git = "https://github.com/PolyMeilex/rfd" +rfd.rev = "f3258c5" + serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.9" -tokio = { version = "1.48", features = ["fs", "io-util"] } -tokio-stream = { version = "0.1", features = ["fs"] } -rfd = { version = "0.16", default-features = false, features = ["xdg-portal", "wayland", "tokio"] } -rust-format = { version = "0.3", features = [ - "pretty_please", - "post_process", -] } +smol = "2" +rust-format = { version = "0.3", features = ["pretty_please", "post_process"] } fxhash = "0.2" thiserror = "2" dirs-next = "2" [build-dependencies] -iced_fontello = { git = "https://github.com/pml68/iced_fontello", branch = "feat/custom-theme-renderer" } +iced_fontello.git = "https://github.com/pml68/iced_fontello" +iced_fontello.branch = "feat/custom-theme-renderer" [target.'cfg(target_os = "macos")'.dependencies] xdg = "3" -- cgit v1.2.3