74 lines
1.4 KiB
TOML
74 lines
1.4 KiB
TOML
# 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 are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "x11"
|
|
version = "2.19.0"
|
|
authors = [
|
|
"daggerbot <daggerbot@gmail.com>",
|
|
"Erle Pereira <erle@erlepereira.com>",
|
|
"AltF02 <contact@altf2.dev>",
|
|
]
|
|
build = "build.rs"
|
|
workspace = ".."
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "X11 library bindings for Rust"
|
|
documentation = "https://docs.rs/x11"
|
|
readme = false
|
|
license = "MIT"
|
|
repository = "https://github.com/AltF02/x11-rs.git"
|
|
|
|
[lib]
|
|
name = "x11"
|
|
path = "src/lib.rs"
|
|
|
|
[[example]]
|
|
name = "hello-world"
|
|
path = "examples/hello-world.rs"
|
|
|
|
[[example]]
|
|
name = "input"
|
|
path = "examples/input.rs"
|
|
|
|
[[example]]
|
|
name = "xrecord"
|
|
path = "examples/xrecord.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
|
|
[build-dependencies]
|
|
pkg-config = "0.3.8"
|
|
|
|
[features]
|
|
dox = []
|
|
dpms = []
|
|
glx = []
|
|
xcursor = []
|
|
xf86vmode = []
|
|
xft = []
|
|
xinerama = []
|
|
xinput = []
|
|
xlib = []
|
|
xlib_xcb = []
|
|
xmu = []
|
|
xrandr = []
|
|
xrecord = ["xtst"]
|
|
xrender = []
|
|
xss = []
|
|
xt = []
|
|
xtest = ["xtst"]
|
|
xtst = []
|