Add Wayland layer-shell wrapper, behind layer-shell feature

Requires patched GTK4 from
https://github.com/pop-os/gtk4/tree/layer-shell_impish.
This commit is contained in:
Ian Douglas Scott 2022-01-05 13:28:49 -08:00
parent cfd1edcde3
commit 6195ab2db9
5 changed files with 753 additions and 1 deletions

View file

@ -1 +1,6 @@
mod deref_cell;
#[cfg(feature = "layer-shell")]
pub mod wayland;
#[cfg(feature = "layer-shell")]
mod wayland_custom_surface;
pub mod x;