vdpau-sys 0.0.1

Bindings to nvidia VDPAU for linux and some bsd-like system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.libc]
version = "0.2"

[package]
authors = ["luozijun <luozijun.assistant@gmail.com>"]
description = " Bindings to nvidia VDPAU for linux and some bsd-like system"
documentation = "https://docs.rs/vdpau-sys"
edition = "2018"
homepage = "https://github.com/luozijun/rust-vdpau-sys"
license = "MIT"
name = "vdpau-sys"
repository = "https://github.com/luozijun/rust-vdpau-sys"
version = "0.0.1"

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.x11]
features = ["xlib"]
version = "2.18"