Disambiguating image reference

When building tests, dev-dependencies include image which apparently is
ambiguous in 1.70.0.
This commit is contained in:
Jonathan Johnson 2024-01-01 13:04:05 -08:00
parent 912d5566bc
commit aa790d0411
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -42,7 +42,6 @@ pub use custom::Custom;
pub use data::Data; pub use data::Data;
pub use disclose::Disclose; pub use disclose::Disclose;
pub use expand::Expand; pub use expand::Expand;
pub use image::Image;
pub use input::Input; pub use input::Input;
pub use label::Label; pub use label::Label;
pub use layers::Layers; pub use layers::Layers;
@ -61,3 +60,5 @@ pub use themed::Themed;
pub use tilemap::TileMap; pub use tilemap::TileMap;
pub use validated::Validated; pub use validated::Validated;
pub use wrap::Wrap; pub use wrap::Wrap;
pub use self::image::Image;