зеркало из https://github.com/mozilla/gecko-dev.git
46 строки
1.1 KiB
TOML
46 строки
1.1 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 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 = "x11"
|
|
version = "2.18.1"
|
|
authors = ["daggerbot <daggerbot@gmail.com>", "Erle Pereira <erle@erlepereira.com>"]
|
|
build = "build.rs"
|
|
description = "X11 library bindings for Rust"
|
|
documentation = "https://docs.rs/x11"
|
|
license = "CC0-1.0"
|
|
repository = "https://github.com/erlepereira/x11-rs.git"
|
|
[dependencies.libc]
|
|
version = "0.2"
|
|
[build-dependencies.pkg-config]
|
|
version = "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 = []
|