Grokmoo / thyme

Themable Immediate Mode User Interface Toolkit in Rust
Apache License 2.0
97 stars 5 forks source link

store custom strings #25

Closed Grokmoo closed 3 years ago

Grokmoo commented 3 years ago

Currently, Thyme offers a mechanism to store custom floating point data, keyed by strings, in the theme. Add similar functionality to store custom strings as well.

Grokmoo commented 3 years ago

As of a49a63ebd586435b3a5470a7712a50eb9215d528 we store custom floats, ints, and strings. Adding more cases should be easy.