Wire amdgpu into redox-drm packaging

This commit is contained in:
2026-04-18 15:43:15 +01:00
parent 70567356f6
commit 4e6d2ff334
3 changed files with 11 additions and 0 deletions
+6
View File
@@ -4,6 +4,12 @@ path = "source"
[build]
template = "cargo"
dependencies = [
"amdgpu",
"redox-driver-sys",
"linux-kpi",
]
[package]
dependencies = [
"amdgpu",
]