mirror of
https://github.com/danbulant/mangui
synced 2026-05-19 03:58:34 +00:00
18 lines
No EOL
491 B
TOML
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" |