raylib with DRM backend
All checks were successful
Build project / Build (push) Successful in 1m46s

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2026-03-28 16:24:57 +02:00
parent d6e461b816
commit 34ee58d580
4 changed files with 41 additions and 18 deletions

View File

@@ -7,4 +7,7 @@ edition = "2024"
anyhow = "1.0.102"
midly = "0.5.3"
serialport = "4.9.0"
raylib = { version = "5.5.1", default-features = false, features = ["wayland"] }
raylib = { version = "5.5.1", features = ["nobuild"] }
[build-dependencies]
pkg-config = "0.3"