feat(wayland): cleanup

This commit is contained in:
Nova
2023-08-04 21:20:32 -04:00
parent 0736f99631
commit 02ac96b0dc
13 changed files with 60 additions and 205 deletions

View File

@@ -1,7 +1,7 @@
use super::{shaders::PANEL_SHADER_BYTES, state::WaylandState};
use super::state::WaylandState;
use crate::{
core::{delta::Delta, destroy_queue, registry::Registry},
nodes::drawable::model::ModelPart,
nodes::drawable::{model::ModelPart, shaders::PANEL_SHADER_BYTES},
};
use mint::Vector2;
use once_cell::sync::OnceCell;