kbd-egui 0.1.0

egui bridge for kbd — converts egui key events and modifiers to kbd types.
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"
rust-version = "1.85"
name = "kbd-egui"
version = "0.1.0"
authors = ["Josh Thomas <josh@joshthomas.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "egui bridge for kbd — converts egui key events and modifiers to kbd types."
readme = "README.md"
keywords = [
    "keyboard",
    "egui",
    "hotkey",
    "keybinding",
]
categories = ["gui"]
license-file = "LICENSE"
repository = "https://github.com/joshuadavidthomas/kbd"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[[test]]
name = "public_api"
path = "tests/public_api.rs"

[dependencies.egui]
version = "0.33"
default-features = false

[dependencies.kbd]
version = "0.1.0"

[dev-dependencies.eframe]
version = "0.33"
features = [
    "default_fonts",
    "glow",
    "x11",
    "wayland",
]
default-features = false

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"