From 5963ad024ac0e858a5bbb303e2fd0938938b22d5 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 13 Jan 2026 09:05:41 +0100 Subject: chore: bump MSRV to match iced's --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index af1a4d8..502a6d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3