feat(wayland): fully async!!!
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user