egui-theme
defines a common interface for serializing and storing egui's style and font data for use between applications. The goal is to allow users of egui
to easily create and share themes between relevant applications.
egui-theme
makes no assumptions about serialization format and will support any serde).
When working with Rusty Object notation you can serialize and deserialize the theme information like so
rust
When working with Rusty Object notation you can serialize and deserialize the theme information like so
rust