diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,13 +8,13 @@ repository = "https://git.sr.ht/~pml68/iced-builder" license = "GPL-3.0-or-later" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] -rust-version = "1.90.0" +rust-version = "1.92.0" [dependencies] iced.version = "0.15.0-dev" iced.default-features = false iced.features = [ - "wgpu", + "wgpu-bare", "x11", "wayland", "web-colors", @@ -42,7 +42,7 @@ iced_drop.branch = "master" iced_custom_highlighter.git = "https://git.sr.ht/~pml68/iced_custom_highlighter" rfd = "0.17" - +wgpu = { version = "28.0", default-features = false, features = ["vulkan", "metal", "parking_lot", "std"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.9" |
