orbtk v0.3.1-alpha1 Release Notes

    • api crate: base api elements of OrbTk e.g. widget and application parts
    • 📜 css-engine crate: parse and read values from a css file
    • proc-macros crate: procedural helper macros
    • render crate: cross platform 2D/3D render library
    • shell crate: cross platform window and event handling
    • 0️⃣ theme crate: OrbTks default theme (light and dark)
    • tree crate: tree structure based on DCES
    • utils crate: helper structs and traits
    • widgets crate: base widget library
    • Button widget
    • Canvas widget
    • CheckBox widget
    • Container widget
    • Cursor widget
    • FontIconBlock widget
    • Image widget
    • Items widget
    • ListView widget
    • ScrollBar widget
    • ScrollIndicator widget
    • ScrollViewer widget
    • Stack widget
    • Switch widget
    • TextBlock widget
    • TextBox widget
    • ToggleButton widget
    • Window widget