Files
yali-rs/Cargo.toml
T
Erkan IŞIK a48120b039 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)
2026-06-15 02:36:29 +03:00

22 lines
669 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[package]
name = "yali-rs"
version = "4.0.0"
edition = "2024"
[dependencies]
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
zbus = "4.0"
tokio = { version = "1.0", features = ["full"] }
sysinfo = "0.30"
rust-i18n = "3.1"
lazy_static = "1.4"
async-trait = "0.1"
chrono = "0.4"
[patch.crates-io]
# Yerel mudur veya comar-api kütüphaneleri buraya eklenebilir