linux-media-sys 0.2.0

A Rust library providing access to the Linux Media Subsystem.
[build-dependencies.bindgen]
version = "0.71.0"

[dependencies.libc]
version = "0.2.170"

[lib]
name = "linux_media_sys"
path = "src/lib.rs"

[package]
authors = ["eldesh <nephits@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A Rust library providing access to the Linux Media Subsystem."
edition = "2024"
license = "MIT"
name = "linux-media-sys"
readme = "README.md"
repository = "https://github.com/eldesh/linux-media-sys"
version = "0.2.0"