mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-02-22 07:56:16 +00:00
Revert "refactor: remove unused imports from lib.rs"
This reverts commit a83d87abc3
.
This commit is contained in:
parent
a83d87abc3
commit
5c28ec9087
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@ pub use types::*;
|
|||
|
||||
mod mp4box;
|
||||
pub use mp4box::*;
|
||||
pub use mp4box::{
|
||||
gps::{GpsBox, GpsDataBlockInfo},
|
||||
Mp4Box,
|
||||
};
|
||||
|
||||
mod track;
|
||||
pub use track::{Mp4Track, TrackConfig};
|
||||
|
|
Loading…
Reference in a new issue