diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -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" |
