1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-20 09:18:16 +00:00
mp4-rust/examples/mpeg_aac_decoder/Cargo.toml
Kasper 335aa39f7c
Add mpeg_aac_decoder example (#50)
* Add mpeg_aac_decoder example

* Convert mpeg_aac_decoder example to it's own package
2021-02-01 17:11:35 -08:00

10 lines
176 B
TOML

[package]
name = "mpeg_aac_decoder"
version = "0.1.0"
edition = "2018"
[dependencies]
mp4 = "0.8.1"
fdk-aac = "0.4.0"
rodio = { version = "0.13.0", default-features = false }