[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"