glazeui 0.1.1

Cross-platform GUI library, written in Rust
Documentation
v0.1.0
- [x] - Make rendering via wgpu and make a working Elm architecture
      
v0.1.1
- [x] - Optimize GlazeUI

v0.1.2
- [ ] - Add essential functions for widgets, such as align, padding, etc.

v0.2.0
- [ ] - Gradient support
- [ ] - Clipping

v0.2.1
- [ ] - Custom fonts
- [ ] - Font fallback
- [ ] - Font cache API

v0.2.2
- [ ] - API for custom widgets
- [ ] - Stable widget trait
- [ ] - Documentation

v0.3.0
- [ ] - Diagnostic API
- [ ] - Animations (Limited)
- [ ] - Async Support

v0.4.0
- [ ] - Add Skia Backend

v0.4.1
- [ ] - Mobile support
- [ ] - Web Support