halley-wl 0.1.0

Wayland backend and rendering implementation for the Halley Wayland compositor.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod animation;
pub(crate) mod aperture;
pub(crate) mod backend;
pub mod bootstrap;
pub(crate) mod compositor;
pub(crate) mod frame_loop;
pub(crate) mod input;
pub(crate) mod ipc;
pub(crate) mod overlay;
pub(crate) mod presentation;
pub(crate) mod protocol;
pub mod render;
pub(crate) mod spatial;
pub(crate) mod text;
pub(crate) mod window;

pub use bootstrap::{run, run_winit};