adding deps to make standalone video app
This commit is contained in:
parent
4f638cdd64
commit
fe440960f4
3040
Cargo.lock
generated
3040
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
|
@ -11,6 +11,9 @@ crate-type = ["rlib", "cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.77"
|
anyhow = "1.0.77"
|
||||||
|
crossbeam = "0.8.4"
|
||||||
|
crossbeam-channel = "0.5.11"
|
||||||
|
eframe = "0.26.2"
|
||||||
egui = "0.26.2"
|
egui = "0.26.2"
|
||||||
indicatif = "0.17.7"
|
indicatif = "0.17.7"
|
||||||
pcap = { version = "1.2.0", features = ["capture-stream"] }
|
pcap = { version = "1.2.0", features = ["capture-stream"] }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user