pixelab-linux-fb 0.1.0

Linux FrameBuffer Interface For pixelab-rs
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "pixelab-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bab2a4e73517af3d2931649040654af92a67a98b65ce89ccebe8736f67fbee"

[[package]]
name = "pixelab-linux-fb"
version = "0.1.0"
dependencies = [
 "pixelab-core",
 "pixelab-rgb8888x1",
 "pixelab-rgb8888x4",
]

[[package]]
name = "pixelab-rgb8888x1"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bb081870961402430ddad3e9519af2809f896d21363ea8adf78351abd08453b"
dependencies = [
 "pixelab-core",
]

[[package]]
name = "pixelab-rgb8888x4"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec2adb7395739c3efe4c3071eda2b04ddef1f07855ae45f7f71b8264583a7a33"
dependencies = [
 "pixelab-core",
]