popout 0.1.1

Small and simple modal popups powered by egui
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 = "popout"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small and simple modal popups powered by egui"
homepage = "https://github.com/0x00002a/popout"
readme = "README.md"
keywords = [
    "popup",
    "gui",
    "dialog",
    "modal",
    "egui",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/0x00002a/popout"

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

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

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

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

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

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

[dependencies.egui]
version = "0.31.1"

[dependencies.egui-wgpu]
version = "0.31.1"
features = ["winit"]

[dependencies.egui-winit]
version = "0.31.1"

[dependencies.pollster]
version = "0.4.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dependencies.winit]
version = "0.30.9"