trying to get a basic wayland setup
This commit is contained in:
parent
1af939a901
commit
c8a4642827
5 changed files with 103 additions and 13 deletions
25
Cargo.lock
generated
25
Cargo.lock
generated
|
@ -1138,6 +1138,7 @@ dependencies = [
|
|||
"iced_style",
|
||||
"log",
|
||||
"raw-window-handle",
|
||||
"sysinfo",
|
||||
"thiserror",
|
||||
"web-sys",
|
||||
"winapi",
|
||||
|
@ -1626,6 +1627,15 @@ dependencies = [
|
|||
"minimal-lexical",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ntapi"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
||||
dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "num-integer"
|
||||
version = "0.1.45"
|
||||
|
@ -2387,6 +2397,21 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sysinfo"
|
||||
version = "0.28.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"core-foundation-sys",
|
||||
"libc",
|
||||
"ntapi",
|
||||
"once_cell",
|
||||
"rayon",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "termcolor"
|
||||
version = "1.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue