mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
style(util): re-order image module declaration
This commit is contained in:
+1
-1
@@ -6,6 +6,7 @@ pub mod color;
|
||||
pub mod error;
|
||||
pub mod format;
|
||||
pub mod frame;
|
||||
pub mod image;
|
||||
pub mod interrupt;
|
||||
pub mod mathematics;
|
||||
pub mod media;
|
||||
@@ -14,7 +15,6 @@ pub mod picture;
|
||||
pub mod range;
|
||||
pub mod rational;
|
||||
pub mod time;
|
||||
pub mod image;
|
||||
|
||||
#[cfg(feature = "log")]
|
||||
pub mod log;
|
||||
|
||||
Reference in New Issue
Block a user