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.
|
[package]
|
|
name = "intel_gpu"
|
|
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"] }
|
|
|