egui-glyphon/Cargo.toml
2024-04-03 11:38:19 -04:00

16 lines
466 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.27.2", default-features = false }
egui-wgpu = "0.27.2"
glyphon = { git = "https://git.nations.lol/fnmain/glyphon.git" }
[dev-dependencies]
cosmic-jotdown = { path = "../cosmic-jotdown" }
eframe = { version = "0.27.2", features = ["wgpu"] }
env_logger = "0.11.3"