You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
229 B
16 lines
229 B
3 weeks ago
|
[package]
|
||
|
name = "intel_gpu_uapi"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
libc = "0.2.161"
|
||
|
|
||
|
[build-dependencies]
|
||
|
bindgen = "0.70.1"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
libc = "0.2.161"
|
||
|
nix = { version = "0.29.0", features = ["fs"] }
|
||
|
|