raclettui 0.1.2

Build terminal-themed wayland layer shell applications with Rust.
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 = "raclettui"
version = "0.1.2"
authors = ["Ishrut"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build terminal-themed wayland layer shell applications with Rust."
homepage = "https://github.com/ishrut/raclettui"
documentation = "https://docs.rs/raclettui"
readme = "README.md"
keywords = [
    "layershell",
    "ratatui",
    "wayland",
    "tui",
    "gui",
]
categories = [
    "graphics",
    "rendering",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ishrut/raclettui"

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

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

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

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

[dependencies.ab_glyph]
version = "0.2.32"

[dependencies.bytemuck]
version = "1.25.0"

[dependencies.fontdb]
version = "0.23.0"

[dependencies.fontdue]
version = "0.9.3"

[dependencies.glyphon]
version = "0.10.0"

[dependencies.khronos-egl]
version = "6.0.0"
features = ["static"]

[dependencies.pollster]
version = "0.4.0"

[dependencies.ratatui-core]
version = "0.1.0"

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

[dependencies.tempfile]
version = "3.26.0"

[dependencies.wayland-backend]
version = "0.3.12"
features = [
    "client_system",
    "raw-window-handle",
]

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

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

[dependencies.wgpu]
version = "28.0.0"
features = ["vulkan"]

[dependencies.xkbcommon]
version = "0.9.0"

[dev-dependencies.ratatui]
version = "0.30.0"