Simple library with miscellaneous stuff for rust development.
Vector2(generic) for all primitives compatible with egui as a feature.
Color module with RGB and RGBA structs that can be parsed from strings compatible with egui and sdl2 as features.
SemVer struct to store/compare semantic versions.
Really simple Timer.
will be adding stuff as needed!
Timer::done()
now implicitly calls Timer::update()
.Timer::finished()
that returns true if timer is zero/done.