Files
zilch/Cargo.toml

21 lines
600 B
TOML
Raw Permalink Normal View History

2025-12-14 13:45:47 +05:30
[package]
name = "zilch"
2025-12-24 11:49:24 +05:30
version = "0.2.0"
2025-12-14 13:45:47 +05:30
edition = "2024"
[profile.release]
strip = true
2025-12-14 13:45:47 +05:30
[dependencies]
adb_client = { version = "2.1.18" }
# TODO: drop x11 support when wayland adoption increases. Will decrease binary size
eframe = {version = "0.33.2", features = ["accesskit", "default_fonts", "glow", "wayland", "x11"] }
2025-12-14 13:45:47 +05:30
egui = "0.33.2"
egui_alignments = "0.3.6"
2025-12-14 13:45:47 +05:30
egui_extras = "0.33.2"
env_logger = "0.11.8"
log = "0.4.29"
phf = { version = "0.13.1", features = ["macros"] }
2025-12-24 08:15:41 +05:30
rfd = { version = "0.16.0", features = ["ashpd", "pollster", "urlencoding", "wayland", "xdg-portal"] }
rusb = "0.9.4"