Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
59
third-party/vendor/wayland-protocols/Cargo.toml
vendored
Normal file
59
third-party/vendor/wayland-protocols/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
# 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 = "wayland-protocols"
|
||||
version = "0.29.5"
|
||||
authors = ["Victor Berger <victor.berger@m4x.org>"]
|
||||
build = "build.rs"
|
||||
description = "Generated API for the officials wayland protocol extensions"
|
||||
documentation = "https://smithay.github.io/wayland-rs/wayland_protocols/"
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"wayland",
|
||||
"client",
|
||||
"server",
|
||||
"protocol",
|
||||
"extension",
|
||||
]
|
||||
categories = [
|
||||
"gui",
|
||||
"api-bindings",
|
||||
]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/smithay/wayland-rs"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[dependencies.bitflags]
|
||||
version = "1.0"
|
||||
|
||||
[dependencies.wayland-client]
|
||||
version = "0.29.5"
|
||||
optional = true
|
||||
|
||||
[dependencies.wayland-commons]
|
||||
version = "0.29.5"
|
||||
|
||||
[dependencies.wayland-server]
|
||||
version = "0.29.5"
|
||||
optional = true
|
||||
|
||||
[build-dependencies.wayland-scanner]
|
||||
version = "0.29.5"
|
||||
|
||||
[features]
|
||||
client = ["wayland-client"]
|
||||
server = ["wayland-server"]
|
||||
staging_protocols = []
|
||||
unstable_protocols = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue