mirror of
https://gitlab.com/erkanisik/yali-rs.git
synced 2026-07-31 03:09:00 +00:00
feat: gradient buttons, language selector with flags, SVG support, and UI improvements
- Add linear gradient backgrounds to primary/secondary/danger buttons - Add language selector with flag icons in ComboBox - Add SVG support via egui_extras feature - Add cancel confirmation dialog on exit - Update Yali logo to SVG icon - Add flag SVGs for all countries - Improve users step layout with form helpers - Refactor button API (ui::theme::*_button now takes ui param)
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ version = "4.0.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
eframe = "0.27"
|
||||
egui_extras = { version = "0.27", features = ["image", "file"] }
|
||||
eframe = { version = "0.27", features = ["default", "wgpu"] }
|
||||
egui_extras = { version = "0.27", features = ["image", "file", "svg"] }
|
||||
image = { version = "0.24", features = ["png"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
toml = "0.8" # answer file ayrıştırma
|
||||
|
||||
Reference in New Issue
Block a user