layershellev 0.15.0

extra shell binding for layershell with winit like eventloop
Documentation
# 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 = "2024"
name = "layershellev"
version = "0.15.0"
authors = [
    "Decodertalkers <aakari@tutanota.com>",
    "Aakash Sen Sharma <aakashsensharma@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "extra shell binding for layershell with winit like eventloop"
readme = "README.md"
keywords = [
    "wayland",
    "wlroots",
]
license = "MIT"
repository = "https://github.com/waycrate/exwlshelleventloop"
resolver = "2"

[lib]
name = "layershellev"
path = "src/lib.rs"

[[example]]
name = "simplelayer"
path = "examples/simplelayer.rs"

[dependencies.bitflags]
version = "2.9.0"

[dependencies.calloop]
version = "0.14.1"

[dependencies.calloop-wayland-source]
version = "0.4.0"

[dependencies.log]
version = "0.4.22"

[dependencies.rwh_06]
version = "0.6"
features = ["std"]
package = "raw-window-handle"

[dependencies.tempfile]
version = "3.25.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.waycrate_xkbkeycode]
version = "0.15.0"

[dependencies.wayland-backend]
version = "0.3.7"
features = ["client_system"]

[dependencies.wayland-client]
version = "0.31.7"

[dependencies.wayland-cursor]
version = "0.31.7"

[dependencies.wayland-protocols]
version = "0.32.5"
features = [
    "unstable",
    "staging",
    "client",
]
default-features = false

[dependencies.wayland-protocols-misc]
version = "0.3.5"
features = ["client"]

[dependencies.wayland-protocols-wlr]
version = "0.3.5"
features = ["client"]
default-features = false