mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
chore: removed a name collision in the prelude
This commit is contained in:
parent
6d0e5aef1e
commit
ae5177a025
1 changed files with 13 additions and 2 deletions
15
src/lib.rs
15
src/lib.rs
|
@ -15,8 +15,19 @@ pub mod prelude {
|
|||
pub use comet_input::keyboard::Key;
|
||||
pub use winit_input_helper::WinitInputHelper as InputManager;
|
||||
pub use comet_log::*;
|
||||
pub use comet_colors::*;
|
||||
pub use comet_colors::Color;
|
||||
pub use comet_colors::{
|
||||
LinearRgba,
|
||||
sRgba,
|
||||
Hsla,
|
||||
Hsva,
|
||||
Hwba,
|
||||
Laba,
|
||||
Lcha,
|
||||
Oklaba,
|
||||
Oklcha,
|
||||
Xyza,
|
||||
Color as CometColor
|
||||
};
|
||||
pub use comet_ecs::*;
|
||||
pub use comet_math::*;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue