smithay/smithay-drm-extras/Cargo.toml

19 lines
310 B
TOML
Raw Normal View History

2023-03-24 16:19:06 +01:00
[package]
name = "smithay-drm-extras"
version = "0.1.0"
edition = "2021"
[dependencies]
edid-rs = "0.1.0"
drm = { version = "0.11.0" }
2023-03-24 16:19:06 +01:00
[features]
default = []
generate-hwdata = ["pkg-config"]
[dev-dependencies.smithay]
path = "../"
[build-dependencies]
pkg-config = { version = "0.3.26", optional = true }