axdriver_display 0.1.4-preview.2

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.1.3-preview.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0568c66d4875471b24a9e4db4f997c5a37aed02a21fc917297af098ce5fb591a"

[[package]]
name = "axdriver_display"
version = "0.1.4-preview.2"
dependencies = [
 "axdriver_base",
]