gbm 0.2.1

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.2.1"
authors = ["Drakulix (Victor Brekenfeld)"]
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/Drakulix/gbm.rs"
[dependencies.wayland-server]
version = "~0.9.9"
optional = true

[dependencies.egli]
version = "~0.2.1"
optional = true

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

[dependencies.libc]
version = "0.2"

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

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