Update dependencies and bump version

This commit is contained in:
Shawn Wallace 2024-06-12 00:15:20 -04:00
parent 721fe5ee77
commit b6d281967c
5 changed files with 105 additions and 87 deletions

View file

@ -1,5 +1,4 @@
use crate::server::{ObjectEvent, ObjectKey};
use std::os::fd::OwnedFd;
use std::os::unix::net::UnixStream;
use std::sync::mpsc;
use wayland_client::protocol::{
@ -58,11 +57,6 @@ pub struct Globals {
pub type ClientQueueHandle = QueueHandle<Globals>;
pub struct ClientShmPool {
pub pool: WlShmPool,
pub fd: OwnedFd,
}
pub struct ClientState {
pub connection: Connection,
pub queue: EventQueue<Globals>,