wayapp 0.2.2

A Wayland application wrapper using smithay-client-toolkit, supports currently just egui using wgpu
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 = "wayapp"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Wayland application wrapper using smithay-client-toolkit, supports currently just egui using wgpu"
homepage = "https://github.com/Ciantic/wayapp"
readme = "README.md"
license-file = "LICENSE.txt"
repository = "https://github.com/Ciantic/wayapp"

[features]
_example = []

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

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

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

[[example]]
name = "egui_tokio_async"
path = "examples/egui_tokio_async.rs"
required-features = ["_example"]

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

[[example]]
name = "single-color-buffer"
path = "examples/single-color-buffer.rs"

[dependencies.egui]
version = "0.33.3"

[dependencies.egui-wgpu]
version = "0.33.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
version = "0.4.29"

[dependencies.raw-window-handle]
version = "0.6.2"

[dependencies.smithay-client-toolkit]
version = "0.20.0"

[dependencies.smithay-clipboard]
version = "0.7"

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

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

[dependencies.wayland-protocols]
version = "0.32.10"

[dependencies.wayland-protocols-wlr]
version = "0.3.10"

[dependencies.wgpu]
version = "27.0.1"

[dev-dependencies.env_logger]
version = "0.11.9"

[dev-dependencies.hotpath]
version = "0.9"
features = [
    "hotpath",
    "hotpath-alloc",
]

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "time",
    "net",
    "macros",
    "rt-multi-thread",
    "sync",
]