This commit is contained in:
mofeng-git
2025-12-28 18:19:16 +08:00
commit d143d158e4
771 changed files with 220548 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[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]
cc = "1.0"
bindgen = "0.59"