rustwlc 0.6.3

wlc Wayland library 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 = "rustwlc"
version = "0.6.3"
authors = ["Snirk Immington <snirk.immington@gmail.com>", "Timidger <apragmaticplace@gmail.com>"]
build = "build.rs"
description = "wlc Wayland library bindings for Rust"
readme = "README.md"
keywords = ["wlc", "Wayland", "compositor", "bindings"]
license = "MIT"
repository = "https://github.com/Immington-Industries/rust-wlc/"
[dependencies.bitflags]
version = "0.7"

[dependencies.wayland-sys]
version = "^0.6.0"
features = ["server"]
optional = true

[dependencies.libc]
version = "0.2"
[dev-dependencies.lazy_static]
version = "0.2"

[features]
dummy = []
static-wlc = []
wlc-wayland = ["wayland-sys"]