[package]
edition = "2024"
rust-version = "1.85"
name = "hdmi-hal"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hardware abstraction traits for the HDMI stack"
readme = "README.md"
keywords = [
"hdmi",
"hal",
"embedded",
"display",
"no-std",
]
categories = [
"embedded",
"hardware-support",
"no-std",
]
license = "MPL-2.0"
repository = "https://github.com/DracoWhitefire/hdmi-hal"
[lib]
name = "hdmi_hal"
path = "src/lib.rs"
[dependencies.display-types]
version = "0.3.1"