Move BufferInfo to (experimental) Core

This commit is contained in:
UnderSampled
2023-09-18 00:19:23 -04:00
committed by Nova
parent 9c62f4fd24
commit 1ee485f3c5
3 changed files with 44 additions and 41 deletions

View File

@@ -58,9 +58,8 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
global_counter = "0.2.2"
rand = "0.8.5"
atty = "0.2.14"
xkbcommon = { version = "0.6.0", default-features = false, optional = true }
ctrlc = "3.4.1"
libc = "0.2.148"
ctrlc = "3.4.1"
input-event-codes = "5.16.8"
drm-fourcc = { version = "2.2.0", features = ["serde"] }