1
0
Fork 0
forked from wry/wry

backends: add headless backend

This commit is contained in:
Julian Orth 2026-03-19 22:23:13 +01:00
parent 37a0bd451b
commit 8b22255f6e
4 changed files with 317 additions and 1 deletions

View file

@ -197,6 +197,7 @@ pub struct SeatTestArgs {
pub enum CliBackend {
X11,
Metal,
Headless,
}
#[derive(Args, Debug)]