refactor overlay windowing
This commit is contained in:
@@ -1,9 +1 @@
|
||||
use glam::Affine3A;
|
||||
use std::sync::Arc;
|
||||
|
||||
pub struct OverlaySetItem {
|
||||
name: Arc<str>,
|
||||
transform: Affine3A,
|
||||
}
|
||||
|
||||
pub struct OverlaySet {}
|
||||
|
||||
Reference in New Issue
Block a user