83 lines
1.8 KiB
TOML
83 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-client"
|
|
version = "0.31.12"
|
|
authors = ["Elinor Berger <elinor@safaradeg.net>"]
|
|
build = "build.rs"
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Bindings to the standard C implementation of the wayland protocol, client side."
|
|
documentation = "https://docs.rs/wayland-client/"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"wayland",
|
|
"client",
|
|
]
|
|
categories = [
|
|
"gui",
|
|
"api-bindings",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/smithay/wayland-rs"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[lib]
|
|
name = "wayland_client"
|
|
path = "src/lib.rs"
|
|
|
|
[[example]]
|
|
name = "list_globals"
|
|
path = "examples/list_globals.rs"
|
|
|
|
[[example]]
|
|
name = "list_globals_no_dispatch"
|
|
path = "examples/list_globals_no_dispatch.rs"
|
|
|
|
[[example]]
|
|
name = "simple_window"
|
|
path = "examples/simple_window.rs"
|
|
|
|
[dependencies.bitflags]
|
|
version = "2"
|
|
|
|
[dependencies.log]
|
|
path = "../../vulkan/log"
|
|
version = "0.4"
|
|
optional = true
|
|
|
|
[dependencies.libc]
|
|
version = "0.2"
|
|
|
|
[dependencies.wayland-backend]
|
|
path = "../wayland-backend"
|
|
features = ["client_system"]
|
|
|
|
[dev-dependencies.futures-channel]
|
|
version = "0.3.16"
|
|
|
|
[dev-dependencies.futures-util]
|
|
version = "0.3"
|
|
|
|
[dev-dependencies.tempfile]
|
|
version = "3.2"
|