makepad/libs/linux/wayland-sys/Cargo.toml
2026-07-08 12:48:33 +02:00

82 lines
1.8 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 = "2021"
rust-version = "1.65"
name = "wayland-sys"
version = "0.31.8"
authors = ["Elinor Berger <elinor@safaradeg.net>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings."
documentation = "https://docs.rs/wayland-sys/"
readme = "README.md"
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
client = [
"dep:log",
]
cursor = ["client"]
dlopen = [
"once_cell",
"dep:dlib",
]
egl = ["client"]
server = [
"libc",
"memoffset",
"dep:log",
]
[lib]
name = "wayland_sys"
path = "src/lib.rs"
[dependencies.dlib]
version = "0.5.1"
optional = true
[dependencies.libc]
version = "0.2"
optional = true
[dependencies.log]
path = "../../vulkan/log"
version = "0.4"
optional = true
[dependencies.memoffset]
version = "0.9"
optional = true
[dependencies.once_cell]
path = "../../vulkan/once_cell"
version = "1.0"
optional = true
[build-dependencies.pkg-config]
path = "../pkg-config"
version = "0.3.7"