Iu Versions Save

UI framework based on the Fusion/libui.cr library, with elements from watzon/cru.

v0.1.1

3 years ago
  • Fixed the bug with the Area component causing compilation issues
  • Migrated the project to 1.0.0

The shards used by IU are still at below 1.0.0, this is an issue if the maintainers wont update I will have to fork the repos.

v0.1.0

3 years ago
  • Updated the UI components.
  • Removed the layer abstraction.
  • Added function chaining possibility.
  • UI components are now re-usable and can be grouped.
  • Added Cute to the library for the event calls.
  • Updated the code gallery example.

v0.0.2

3 years ago
  • Updated the README.md.
  • Updated the modules and renamed couple of functions.
  • Added CI to the project so it can be built and checked every single time it is updated.
  • Abstracted destroy and throw functions.