[dependencies.bitfields]
version = "1.0.2"
[dependencies.libloading]
version = "0.8.9"
[[example]]
name = "simple_encode"
path = "examples/simple_encode.rs"
[lib]
name = "nvenc"
path = "src/lib.rs"
[package]
authors = ["AlsoSylv"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia", "external-ffi-bindings"]
description = "Wrapper for the nvidia NVENC API"
edition = "2024"
keywords = ["nvidia", "graphics", "media", "video", "ffi"]
license = "MIT"
name = "nvenc"
readme = "README.md"
repository = "https://github.com/AlsoSylv/nvenc"
rust-version = "1.85.1"
version = "0.1.0"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Graphics_Dxgi_Common", "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D11"]
version = "0.62"