Bump 'smithay-client-toolkit' to v0.15

This also bumps 'wayland-rs' to 'v0.29'.
This commit is contained in:
Kirill Chibisov 2021-08-14 00:59:18 +03:00 committed by Victor Berger
parent 2833d93b48
commit f807e133c0
4 changed files with 12 additions and 6 deletions

View file

@ -3,7 +3,7 @@
//! Provides access to the Wayland clipboard for gui applications. The user should have surface
//! around.
#![deny(clippy::all, clippy::if_not_else, clippy::enum_glob_use, clippy::wrong_pub_self_convention)]
#![deny(clippy::all, clippy::if_not_else, clippy::enum_glob_use)]
use std::ffi::c_void;
use std::io::Result;
use std::sync::mpsc::{self, Receiver, Sender};