1
0
Fork 0
forked from wry/wry

output: decouple identity from wayland output

This commit is contained in:
kossLAN 2026-05-29 12:45:39 -04:00
parent 59e4e6dfb7
commit a20deb0628
No known key found for this signature in database
13 changed files with 110 additions and 113 deletions

10
output-types/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "jay-output-types"
version = "0.1.0"
edition = "2024"
license = "GPL-3.0-only"
description = "Output identity types for the Jay compositor"
repository = "https://github.com/mahkoh/jay"
[dependencies]
blake3 = "1.8.2"