feat(wayland): fully async!!!

This commit is contained in:
Nova
2022-09-04 00:35:44 -04:00
parent a42834063e
commit 50161ed87d
12 changed files with 328 additions and 211 deletions

View File

@@ -1,4 +1,3 @@
use super::WaylandState;
use nanoid::nanoid;
use once_cell::sync::OnceCell;
use parking_lot::Mutex;
@@ -16,6 +15,8 @@ use smithay::reexports::wayland_server::{
use std::ops::Deref;
use std::sync::Arc;
use super::state::WaylandState;
pub struct SeatDelegate;
#[derive(Clone)]