Skip to content

Commit

Permalink
make 1.3.4 release with updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markusdd committed Dec 30, 2024
1 parent ebbda26 commit 3338a1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "easyeda_to_kicad_lib_ui"
version = "1.3.3"
version = "1.3.4"
authors = ["Markus Krause <[email protected]>"]
edition = "2021"
rust-version = "1.82"
Expand All @@ -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"] }
Expand Down

0 comments on commit 3338a1a

Please sign in to comment.