backends: add headless backend
This commit is contained in:
parent
37a0bd451b
commit
8b22255f6e
4 changed files with 317 additions and 1 deletions
|
|
@ -197,6 +197,7 @@ pub struct SeatTestArgs {
|
|||
pub enum CliBackend {
|
||||
X11,
|
||||
Metal,
|
||||
Headless,
|
||||
}
|
||||
|
||||
#[derive(Args, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue