1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//! ## azul
//!
//! This is a name reservation for the Azul GUI framework, available at
//! https://github.com/maps4print/azul
//!
//! Due to packaging problems with webrender, azul can currently not be
//! published on crates.io itself. However, since azul has been in
//! development for around 10 months now, it would be very mean if someone
//! would snatch the name and I'd have to re-name and re-brand the whole
//! project, hence the crate name reservation. Please don't mistake this as
//! name-squatting, it's just that a lot of work has gone into this project,
//! so I'd like to keep the name.
//!
//! The expected release date for azul `0.1.0-alpha` is around December 2018 /
//! January 2019. Please see https://azul.rs/ for more details. Currently you
//! can use azul by using the GitHub mirror directly:
//!
//! ```toml
//! [dependencies]
//! azul = { git = "https://github.com/maps4print/azul" }
//! ```
//!
//! See the wiki for extended usage + tutorials: https://github.com/maps4print/azul/wiki