# orbtk-theming
Rust / Ron based theming. It replaces the css-engine crate. It's part of [OrbTk](https://gitlab.redox-os.org/redox-os/orbtk) - The Rust UI-Toolkit.
[![Build and test](https://github.com/redox-os/orbtk/workflows/build/badge.svg)](https://github.com/redox-os/orbtk/actions)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](../../LICENSE)
## Dependencies
* [serde](https://github.com/serde-rs/serde) (Apache 2.0, MIT): Serde is a framework for serializing and deserializing
* [ron](https://github.com/ron-rs/ron) (Apache 2.0, MIT): Rusty Object Notation
## License
Licensed under MIT license ([LICENSE](../../LICENSE)).