egui-scale 0.4.0

Egui scaling library
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 = "egui-scale"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Egui scaling library"
homepage = "https://github.com/zakarumych/egui-scale"
documentation = "https://docs.rs/egui-scale"
readme = "README.md"
keywords = [
    "egui",
    "gui",
    "imgui",
    "scale",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zakarumych/egui-scale"

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

[dependencies.egui]
version = "0.34"