wayland: add wl_drm protocol

This commit is contained in:
Victoria Brekenfeld 2022-03-16 20:19:12 +01:00
parent 7c014af495
commit 749a032507
7 changed files with 320 additions and 1 deletions

View file

@ -32,6 +32,9 @@ git = "https://github.com/Smithay/smithay-egui.git"
rev = "5cc416ce"
optional = true
[build-dependencies]
wayland-scanner = "0.29"
[features]
default = []
debug = ["egui", "smithay-egui", "serde", "serde_json"]