[package]
edition = "2021"
name = "egui_alignments"
version = "0.3.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple alignment tools for egui"
homepage = "https://github.com/a-littlebit/egui_alignments"
readme = "README.md"
keywords = [
"egui",
"alignment",
"layout",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/a-littlebit/egui_alignments"
[lib]
name = "egui_alignments"
path = "src/lib.rs"
[[test]]
name = "container"
path = "tests/container.rs"
[dependencies.egui]
version = "0.34"
[dev-dependencies.egui_kittest]
version = "0.34"