mirror of
https://github.com/danbulant/cushy
synced 2026-06-20 23:11:12 +00:00
Disambiguating image reference
When building tests, dev-dependencies include image which apparently is ambiguous in 1.70.0.
This commit is contained in:
parent
912d5566bc
commit
aa790d0411
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ pub use custom::Custom;
|
|||
pub use data::Data;
|
||||
pub use disclose::Disclose;
|
||||
pub use expand::Expand;
|
||||
pub use image::Image;
|
||||
pub use input::Input;
|
||||
pub use label::Label;
|
||||
pub use layers::Layers;
|
||||
|
|
@ -61,3 +60,5 @@ pub use themed::Themed;
|
|||
pub use tilemap::TileMap;
|
||||
pub use validated::Validated;
|
||||
pub use wrap::Wrap;
|
||||
|
||||
pub use self::image::Image;
|
||||
|
|
|
|||
Loading…
Reference in a new issue