halley-wl 0.3.1

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
#![allow(unused_imports)]

use std::collections::{HashMap, VecDeque};
use std::time::Instant;

use halley_core::decay::DecayLevel;
use halley_core::field::{NodeId, Vec2};

use crate::compositor::ctx::SpawnCtx;
use crate::compositor::root::Halley;

pub mod read;
pub mod reveal;
pub mod rules;
pub mod state;