mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Feature/screenshot (#26)
* "dvt: add screen shot and change read_message in multiple message fragments" * "dvt: Add processing multiple fragments to the message module in dvt " * "cargo fmt" * Rename screen_shot to screenshot --------- Co-authored-by: Jackson Coxson <jkcoxson@gmail.com>
This commit is contained in:
@@ -125,6 +125,11 @@ path = "src/pcapd.rs"
|
||||
name = "preboard"
|
||||
path = "src/preboard.rs"
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "screenshot"
|
||||
path = "src/screenshot.rs"
|
||||
|
||||
[dependencies]
|
||||
idevice = { path = "../idevice", features = ["full"], default-features = false }
|
||||
tokio = { version = "1.43", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user