egui-glyphon/Cargo.toml
2024-10-11 12:02:27 -06:00

15 lines
418 B
TOML

[package]
name = "egui-glyphon"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
egui = { version = "0.29.1", default-features = false }
egui-wgpu = "0.29.1"
glyphon = { git = "https://git.nations.lol/fnmain/glyphon.git" }
[dev-dependencies]
eframe = { version = "0.29.1", features = ["wgpu"] }
env_logger = "0.11.3"