diff --git a/Cargo.lock b/Cargo.lock index 90a4596..fa20543 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,7 +608,7 @@ dependencies = [ [[package]] name = "bevy_icon_creator" -version = "0.1.4" +version = "0.1.5" dependencies = [ "bevy", ] diff --git a/Cargo.toml b/Cargo.toml index 425132c..d499a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_icon_creator" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["Franklin E. Blanco"] description = "A plugin to automatically create Icons from entities/models in bevy" diff --git a/src/lib.rs b/src/lib.rs index c124af6..25edc85 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,8 +4,8 @@ mod setup; mod state; mod utils; mod register_types; -mod hash_to_uuid_ext; +pub mod hash_to_uuid_ext; pub mod image_ext; pub mod plugin; pub mod needs_icon_marker;