mangui/ui/Cargo.toml
2024-07-25 23:49:21 +02:00

18 lines
No EOL
491 B
TOML

[package]
name = "mangui"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
femtovg = { path = "../femtovg" }
glutin = "0.32.0"
raw-window-handle = "0.5.2"
winit = { version = "0.30.4", default-features = false, features = ["wayland", "rwh_05", "wayland-csd-adwaita"] }
glutin-winit = "0.5.0"
taffy = "0.4.0"
weak-table = "0.3.2"
cosmic-text = "0.11.2"
swash = "0.1.12"
lazy_static = "1.4.0"