55 lines
1.3 KiB
TOML
55 lines
1.3 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-egl"
|
|
version = "0.32.9"
|
|
authors = ["Elinor Berger <elinor@safaradeg.net>"]
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Bindings to libwayland-egl."
|
|
documentation = "https://docs.rs/wayland-egl/"
|
|
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_egl"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.wayland-backend]
|
|
path = "../wayland-backend"
|
|
features = ["client_system"]
|
|
|
|
[dependencies.wayland-sys]
|
|
path = "../wayland-sys"
|
|
features = ["egl"]
|