drm-fourcc 2.0.0

Provides an enum with every valid Direct Rendering Manager (DRM) format fourcc
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.57.0"

[build-dependencies.regex]
optional = true
version = "1.4.3"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.125"

[features]
build_bindings = ["regex", "bindgen"]
default = []

[package]
authors = ["Daniel Franklin <daniel@danielzfranklin.org>"]
categories = ["os::linux-apis"]
description = "Provides an enum with every valid Direct Rendering Manager (DRM) format fourcc"
edition = "2018"
keywords = ["drm", "fourcc", "linux"]
license = "MIT"
name = "drm-fourcc"
repository = "https://github.com/danielzfranklin/drm-fourcc-rs"
version = "2.0.0"