generated from emilk/eframe_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make 1.3.4 release with updated dependencies
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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"] } | ||
|