axdriver_display 0.3.4

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.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d36b38ac27fead45d96531a3dafec56183b91cf8fb55da08fd8276de7effdef7"

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