mangui/Cargo.toml
2023-10-18 21:32:14 +02:00

15 lines
No EOL
358 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 = "0.7.1"
glutin = "0.30.10"
raw-window-handle = "0.5.0"
winit = { version = "0.28.7", default-features = false }
glutin-winit = "0.3.0"
taffy = "0.3.16"
weak-table = "0.3.2"