-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
35 lines (31 loc) · 869 Bytes
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "linux-drm"
version = "0.2.0"
dependencies = [
"linux-io",
"linux-unsafe",
]
[[package]]
name = "linux-io"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c18691ab8b67c1ace70c2a9afd00cdbcdf30aa96f98b580feb5b3259166251"
dependencies = [
"linux-unsafe",
]
[[package]]
name = "linux-unsafe"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0c0a62fa12fe37a62786c1aee90085bbfba4258acffd9032581909a19b3591c"
dependencies = [
"static_assertions",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"