Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
79
third-party/vendor/smithay-client-toolkit/Cargo.toml
vendored
Normal file
79
third-party/vendor/smithay-client-toolkit/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
# 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 = "smithay-client-toolkit"
|
||||
version = "0.16.1"
|
||||
authors = ["Victor Berger <victor.berger@m4x.org>"]
|
||||
description = "Toolkit for making client wayland applications."
|
||||
documentation = "https://smithay.github.io/client-toolkit"
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"wayland",
|
||||
"client",
|
||||
]
|
||||
categories = ["gui"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/smithay/client-toolkit"
|
||||
|
||||
[dependencies.bitflags]
|
||||
version = "1.0"
|
||||
|
||||
[dependencies.calloop]
|
||||
version = "0.10"
|
||||
optional = true
|
||||
|
||||
[dependencies.dlib]
|
||||
version = "0.5"
|
||||
|
||||
[dependencies.lazy_static]
|
||||
version = "1.0"
|
||||
|
||||
[dependencies.log]
|
||||
version = "0.4"
|
||||
|
||||
[dependencies.memmap2]
|
||||
version = "0.5.0"
|
||||
|
||||
[dependencies.nix]
|
||||
version = "0.24"
|
||||
features = [
|
||||
"mman",
|
||||
"fs",
|
||||
]
|
||||
default-features = false
|
||||
|
||||
[dependencies.wayland-client]
|
||||
version = "0.29"
|
||||
|
||||
[dependencies.wayland-cursor]
|
||||
version = "0.29"
|
||||
|
||||
[dependencies.wayland-protocols]
|
||||
version = "0.29"
|
||||
features = [
|
||||
"client",
|
||||
"unstable_protocols",
|
||||
]
|
||||
|
||||
[dev-dependencies.image]
|
||||
version = "0.24"
|
||||
|
||||
[build-dependencies.pkg-config]
|
||||
version = "0.3"
|
||||
|
||||
[features]
|
||||
default = [
|
||||
"calloop",
|
||||
"dlopen",
|
||||
]
|
||||
dlopen = ["wayland-client/dlopen"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue