egui-template/Cargo.toml

12 lines
246 B
TOML
Raw Normal View History

2023-03-21 21:40:39 +00:00
[package]
name = "egui-template"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-07-27 14:40:35 +00:00
egui = "0.28.1"
eframe = "0.28.1"
2023-03-21 21:40:39 +00:00
tracing-subscriber = "0.3.16"