orbtk-theming 0.3.1-alpha3

Theming engine of OrbTk.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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)).