mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-14 03:32:00 +08:00
12 lines
218 B
TOML
12 lines
218 B
TOML
[package]
|
|
name = "libyuv"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "libyuv bindings for high-performance pixel format conversion"
|
|
license = "BSD-3-Clause"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.59"
|