sunset theme.xml in favor of globals
This commit is contained in:
@@ -9,7 +9,7 @@ use crate::{
|
|||||||
event::EventAlterables,
|
event::EventAlterables,
|
||||||
globals::Globals,
|
globals::Globals,
|
||||||
layout::Widget,
|
layout::Widget,
|
||||||
renderer_vk::text::{TextShadow, custom_glyph::CustomGlyph},
|
renderer_vk::text::{custom_glyph::CustomGlyph, TextShadow},
|
||||||
stack::{self, ScissorBoundary, ScissorStack, TransformStack},
|
stack::{self, ScissorBoundary, ScissorStack, TransformStack},
|
||||||
widget::{self, ScrollbarInfo, WidgetState},
|
widget::{self, ScrollbarInfo, WidgetState},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ mod widget_rectangle;
|
|||||||
mod widget_sprite;
|
mod widget_sprite;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
assets::{AssetPath, AssetPathOwned, normalize_path},
|
assets::{normalize_path, AssetPath, AssetPathOwned},
|
||||||
components::{Component, ComponentWeak},
|
components::{Component, ComponentWeak},
|
||||||
drawing::{self},
|
drawing::{self},
|
||||||
globals::WguiGlobals,
|
globals::WguiGlobals,
|
||||||
|
|||||||
Reference in New Issue
Block a user