summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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"