Compare commits
1 Commits
v0.2.0-rc-
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33748c85b8 |
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -110,8 +110,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "adb_client"
|
||||
version = "2.1.18"
|
||||
source = "git+https://github.com/lavafroth/adb_client?branch=with-read-timeout#f69a3d8a1aa58713e899a8d07ba13588027390e9"
|
||||
version = "2.1.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "517ba09db77302f5326492b7f0b9cb99fdf1b4c58f1b749a00f081195cf52949"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bincode",
|
||||
|
||||
@@ -7,7 +7,7 @@ edition = "2024"
|
||||
strip = true
|
||||
|
||||
[dependencies]
|
||||
adb_client = {version = "2.1.18", git = "https://github.com/lavafroth/adb_client", branch = "with-read-timeout"}
|
||||
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"] }
|
||||
egui = "0.33.2"
|
||||
|
||||
Reference in New Issue
Block a user