smithay-egui 0.2.0

Integration for using egui in smithay
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 = "2021"
name = "smithay-egui"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integration for using egui in smithay"
readme = "README.md"
license = "MIT"

[features]
default = [
    "default_fonts",
    "desktop_integration",
]
default_fonts = ["egui/default_fonts"]
desktop_integration = ["smithay/desktop"]
image = [
    "egui_extras",
    "img",
]
jpg = [
    "image",
    "egui_extras/image",
    "img/jpeg",
]
png = [
    "image",
    "egui_extras/image",
    "img/png",
]
svg = [
    "image",
    "egui_extras/svg",
]

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

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

[dependencies.cgmath]
version = "0.18"

[dependencies.egui]
version = "0.31"

[dependencies.egui_extras]
version = "0.31"
optional = true

[dependencies.egui_glow]
version = "0.31"

[dependencies.img]
version = "0.25"
optional = true
default-features = false
package = "image"

[dependencies.lazy_static]
version = "1.4.0"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.memoffset]
version = "0.9"

[dependencies.smithay]
version = "0.7"
features = [
    "renderer_glow",
    "wayland_frontend",
]
default-features = false

[dependencies.xkbcommon]
version = "0.8"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.egui_demo_lib]
version = "0.31"

[dev-dependencies.smithay]
version = "0.7"
features = ["backend_winit"]
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3"