[go: up one dir, main page]

drm-fourcc 1.2.0

Provides an enum with every valid Direct Rendering Manager (DRM) format fourcc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "drm-fourcc"
version = "1.2.0"
authors = ["Daniel Franklin <daniel@danielzfranklin.org>"]
edition = "2018"
license = "MIT"
description = "Provides an enum with every valid Direct Rendering Manager (DRM) format fourcc"
repository = "https://github.com/danielzfranklin/drm-fourcc-rs"
keywords = ["drm", "fourcc", "linux"]
categories = ["os::linux-apis"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[build-dependencies]
regex = "1.4.3"
bindgen = "0.57.0"