43 lines
1.1 KiB
TOML
43 lines
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 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-cursor"
|
|
version = "0.29.5"
|
|
authors = ["Victor Berger <victor.berger@m4x.org>"]
|
|
description = "Bindings to libwayland-cursor."
|
|
documentation = "https://smithay.github.io/wayland-rs/wayland_client/"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"wayland",
|
|
"client",
|
|
]
|
|
categories = [
|
|
"gui",
|
|
"api-bindings",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/smithay/wayland-rs"
|
|
|
|
[dependencies.nix]
|
|
version = "0.24.1"
|
|
features = [
|
|
"fs",
|
|
"mman",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.wayland-client]
|
|
version = "0.29.5"
|
|
|
|
[dependencies.xcursor]
|
|
version = "0.3.1"
|