From 3338a1a0bc54bd5b5ce14ccd1f14cfe9fa8f0fdf Mon Sep 17 00:00:00 2001 From: Markus Krause Date: Mon, 30 Dec 2024 20:32:19 +0100 Subject: [PATCH] make 1.3.4 release with updated dependencies --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f521116..26871b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "easyeda_to_kicad_lib_ui" -version = "1.3.3" +version = "1.3.4" authors = ["Markus Krause "] edition = "2021" rust-version = "1.82" @@ -13,6 +13,8 @@ eframe = { version = "0.30.0", default-features = false, features = [ "default_fonts", # Embed the default egui fonts. "glow", # Use the glow rendering backend. Alternative: "wgpu". "persistence", # Enable restoring app state when restarting the app. + "x11", # for Linux + "wayland", # for Linux ] } egui-dropdown = "0.12.0" image = { version = "0.25.5", features = ["jpeg", "png"] }