diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-01-13 09:05:41 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-01-20 09:02:49 +0100 |
| commit | 5963ad024ac0e858a5bbb303e2fd0938938b22d5 (patch) | |
| tree | 8578b90a2da0c0bfb87334653cfcb37b28b482fe /Cargo.toml | |
| parent | chore: update deps (diff) | |
| download | iced-builder-5963ad024ac0e858a5bbb303e2fd0938938b22d5.tar.gz | |
chore: bump MSRV to match iced's
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" |
