hyprcorrect-ui 0.2.3

egui preferences window and suggestion popup for hyprcorrect.
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 = "hyprcorrect-ui"
version = "0.2.3"
authors = ["Jon Kinney <jon@headway.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "egui preferences window and suggestion popup for hyprcorrect."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/jondkinney/hyprcorrect"

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

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

[dependencies.egui]
version = "0.32"

[dependencies.fs2]
version = "0.4"

[dependencies.hyprcorrect-core]
version = "0.2.3"

[dependencies.hyprcorrect-platform]
version = "0.2.3"

[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dependencies.kanso]
version = "0.1.1"

[dependencies.resvg]
version = "0.45"

[dependencies.tiny-skia]
version = "0.11"

[dependencies.ureq]
version = "2"
features = ["json"]

[dependencies.usvg]
version = "0.45"

[dependencies.zip]
version = "2"