Originate / OriginateTheme

OriginateTheme is a lightweight user interface theming framework.
MIT License
5 stars 0 forks source link

Make properties all purely computed properties instead of lazy #32

Closed chhaylatte closed 7 years ago

chhaylatte commented 7 years ago

Immutable structs can't use lazy loaded properties

chhaylatte commented 7 years ago

Addressed in https://github.com/Originate/OriginateTheme/pull/31