exported hash_to_uuid_ext

This commit is contained in:
Franklin 2024-03-24 15:12:08 +01:00
parent e4cf289917
commit 8c12ba5ad3
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -608,7 +608,7 @@ dependencies = [
[[package]] [[package]]
name = "bevy_icon_creator" name = "bevy_icon_creator"
version = "0.1.4" version = "0.1.5"
dependencies = [ dependencies = [
"bevy", "bevy",
] ]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bevy_icon_creator" name = "bevy_icon_creator"
version = "0.1.4" version = "0.1.5"
edition = "2021" edition = "2021"
authors = ["Franklin E. Blanco"] authors = ["Franklin E. Blanco"]
description = "A plugin to automatically create Icons from entities/models in bevy" description = "A plugin to automatically create Icons from entities/models in bevy"

View File

@ -4,8 +4,8 @@ mod setup;
mod state; mod state;
mod utils; mod utils;
mod register_types; mod register_types;
mod hash_to_uuid_ext;
pub mod hash_to_uuid_ext;
pub mod image_ext; pub mod image_ext;
pub mod plugin; pub mod plugin;
pub mod needs_icon_marker; pub mod needs_icon_marker;