ax-driver-display 0.3.12

Common traits and types for graphics device drivers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "ax-driver-base"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a608b4bc44e0c59865ce57dd0cd6df1ced28be645a7b34d4d9a3d90ab26e9f6"

[[package]]
name = "ax-driver-display"
version = "0.3.12"
dependencies = [
 "ax-driver-base",
]