update
All checks were successful
Rust Checks / checks (push) Successful in 35m30s
Rust Checks / checks (pull_request) Successful in 2m51s

This commit is contained in:
CoCo_Sol 2024-04-01 01:04:15 +02:00
parent 902c39b03e
commit 7882151879

View file

@ -4,9 +4,9 @@ pub mod hover;
pub mod responsive_scale;
use bevy::prelude::*;
use responsive_scale::ResponsiveScalingPlugin;
use self::hover::HoverPlugin;
use self::responsive_scale::ResponsiveScalingPlugin;
/// The plugin for the UI.
pub struct UiPlugin;