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

@ -31,6 +31,8 @@ impl DataDeviceHandler for Globals {
_: &wayland_client::Connection,
_: &wayland_client::QueueHandle<Self>,
_: &wayland_client::protocol::wl_data_device::WlDataDevice,
_: f64,
_: f64,
) {
}
@ -47,6 +49,9 @@ impl DataDeviceHandler for Globals {
_: &wayland_client::Connection,
_: &wayland_client::QueueHandle<Self>,
_: &wayland_client::protocol::wl_data_device::WlDataDevice,
_: f64,
_: f64,
_: &wayland_client::protocol::wl_surface::WlSurface,
) {
}
}