hello_egui_utils_dev 0.5.0

Utilities used by crates from https://github.com/lucasmerlin/hello_egui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "hello_egui_utils_dev"
version = "0.5.0"
edition = "2024"
description = "Utilities used by crates from https://github.com/lucasmerlin/hello_egui"
license = "MIT"
repository = "https://github.com/lucasmerlin/hello_egui"
homepage = "https://github.com/lucasmerlin/hello_egui/tree/main/crates/hello_egui_utils_dev"

[dependencies]
eframe = { workspace = true, default-features = true }
egui = { workspace = true, default-features = false }

[lints]
workspace = true