fix: adaptor export error caused by differences in Rust versions (#15)

This commit is contained in:
fzdwx 2023-08-02 14:17:12 +08:00 committed by GitHub
parent 5998d5cef6
commit f7743da8e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ mod sixel;
mod ueberzug;
pub use adaptor::*;
pub use image::*;
pub use crate::image::*;
pub(self) use iterm2::*;
pub(self) use kitty::*;
pub(self) use sixel::*;