game picker

This commit is contained in:
Rph :3
2025-04-16 23:23:17 +02:00
parent 7796045b13
commit 89f08ff580
11 changed files with 872 additions and 11 deletions

17
egui-modal/Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "egui-modal"
version = "0.6.0"
edition = "2021"
license = "MIT"
description = "a modal library for egui"
repository = "https://github.com/n00kii/egui-modal"
readme = "README.md"
authors = ["n00kii"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
egui = { version = "0.31.1", default-features = false }
[dev-dependencies]
eframe = "0.31.1"