axdriver_display 0.2.0

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 = "axdriver_base"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "542f9ef3269979924aed3e80d0c810216033c695ccf7ac3392f420c03953fabe"

[[package]]
name = "axdriver_display"
version = "0.2.0"
dependencies = [
 "axdriver_base",
]