4 Star 2 Fork 1

Gitee 极速下载/rust-av

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/rust-av/rust-av
克隆/下载
Cargo.toml 834 Bytes
一键复制 编辑 原始数据 按行查看 历史
FreezyLemon 提交于 2024-11-18 12:52 . format: Prepare 0.7.1 release
[package]
name = "av"
version = "0.1.0"
authors = ["Luca Barbato <[email protected]>"]
homepage = "https://github.com/rust-av/rust-av"
keywords = ["multimedia"]
license = "MIT"
edition = "2021"
[features]
nightly = []
[workspace]
members = ["bitstream", "codec", "data", "format"]
[dependencies.av-bitstream]
version = "0.2.1"
path = "bitstream"
[dependencies.av-codec]
version = "0.3.1"
path = "codec"
[dependencies.av-data]
version = "0.4.4"
path = "data"
[dependencies.av-format]
version = "0.7.1"
path = "format"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2.91"
[dev-dependencies]
criterion = { version = "0.5.1", default-features = false }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3.0"
[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/mirrors/rust-av.git
[email protected]:mirrors/rust-av.git
mirrors
rust-av
rust-av
master

搜索帮助