2022-03-11 19:51:57 +08:00
|
|
|
[package]
|
|
|
|
name = "virtual_display"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
lazy_static = "1.4"
|
2022-11-18 14:52:01 +08:00
|
|
|
libloading = "0.7"
|
2022-03-15 00:29:07 +08:00
|
|
|
hbb_common = { path = "../hbb_common" }
|