feat: todo fuure plans

This commit is contained in:
Nova
2023-07-22 07:37:05 -04:00
parent 814d631bb8
commit 824b1bdd26

View File

@@ -373,6 +373,7 @@ impl X11Backend {
}
}
// TODO: abstract this away into a trait so other platforms e.g. arcan/android/windows/xrdesktop can also be 2D backends
#[derive(Debug)]
pub enum Backend {
Wayland(WaylandBackend),