Exported setimageonloadmarker
This commit is contained in:
parent
2e84cba262
commit
e4cf289917
|
@ -608,7 +608,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bevy_icon_creator"
|
name = "bevy_icon_creator"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bevy",
|
"bevy",
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bevy_icon_creator"
|
name = "bevy_icon_creator"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
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"
|
||||||
|
|
|
@ -3,7 +3,6 @@ mod update;
|
||||||
mod setup;
|
mod setup;
|
||||||
mod state;
|
mod state;
|
||||||
mod utils;
|
mod utils;
|
||||||
mod set_image_on_load;
|
|
||||||
mod register_types;
|
mod register_types;
|
||||||
mod hash_to_uuid_ext;
|
mod hash_to_uuid_ext;
|
||||||
|
|
||||||
|
@ -11,3 +10,4 @@ pub mod image_ext;
|
||||||
pub mod plugin;
|
pub mod plugin;
|
||||||
pub mod needs_icon_marker;
|
pub mod needs_icon_marker;
|
||||||
pub mod created_icons;
|
pub mod created_icons;
|
||||||
|
pub mod set_image_on_load;
|
Loading…
Reference in New Issue