[package] name = "angust" version = "0.1.1" edition = "2021" authors = ["Tudor Andrei Orban "] description = "A Rust GUI framework in Angular style" repository = "https://github.com/TudorOrban/Angust" license = "MIT" documentation = "https://tudororban.github.io/Angust" [lib] name = "angust" path = "src/lib.rs" [dependencies] winit = "0.30.2" glutin = "0.32.0" glutin-winit = "0.5.0" raw-window-handle = "0.6.0" gl-rs = { version = "0.14.0", package = "gl" } skia-safe = { version = "0.78.2", features = ["gl"] } lazy_static = "1.4" once_cell = "1.20.2" tokio = { version = "1.41.0", features = ["full"] } kuchiki = "0.8" pest = "2.7.14" pest_derive = "2.7.14" itertools = "0.13.0" serde = { version = "1.0.210", features = ["derive"]} serde_json = "1.0.128" regex = "1.11.0" image = "0.25"