1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-06-02 13:39:54 +00:00

Make example runnable via cargo run --example

This commit is contained in:
Kasper 2022-01-08 15:09:54 +01:00
parent 2a29b323f2
commit b466c3194e

View file

@ -3,6 +3,10 @@ name = "mpeg_aac_decoder"
version = "0.1.0"
edition = "2018"
[[example]]
name = "mpeg_aac_decoder"
path = "src/main.rs"
[dependencies]
mp4 = "0.8.1"
fdk-aac = "0.4.0"