[go: up one dir, main page]

gbm 0.4.0

libgbm bindings for rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gbm"
version = "0.4.0"
authors = ["Victor Brekenfeld <github@drakulix.de>"]
exclude = [".travis.yml", ".rustfmt.toml"]
description = "libgbm bindings for rust"
documentation = "https://docs.rs/gbm"
keywords = ["wayland", "gbm", "drm", "bindings"]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/Smithay/gbm.rs"
[dependencies.bitflags]
version = "1.0.0"

[dependencies.drm]
version = "0.3"
optional = true

[dependencies.gbm-sys]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.wayland-server]
version = "0.12"
optional = true
[dev-dependencies.drm]
version = "0.3.0"

[features]
default = ["import-wayland", "import-egl", "drm-support"]
drm-support = ["drm"]
gen = ["gbm-sys/gen"]
import-egl = []
import-wayland = ["wayland-server"]