Skip to content
Snippets Groups Projects
Commit f57ab853 authored by Florian Blasius's avatar Florian Blasius
Browse files

Readme update.

parent 341ae8a9
No related branches found
Tags 0.6.0
No related merge requests found
......@@ -140,6 +140,7 @@ cargo doc --no-deps --open
* [api](https://gitlab.redox-os.org/redox-os/orbtk/tree/master/crates/api): base api elements of OrbTk e.g. widget and application parts
* [css-engine](https://gitlab.redox-os.org/redox-os/orbtk/tree/master/crates/css-engine): parse and read values from a css file
* [proc-macros](https://gitlab.redox-os.org/redox-os/orbtk/tree/master/crates/proc-macros): procedural helper macros
* [render](https://gitlab.redox-os.org/redox-os/orbtk/tree/master/crates/render): cross platform 2D/3D render library
* [shell](https://gitlab.redox-os.org/redox-os/orbtk/tree/master/crates/api): cross platform window and event handling
* [theme](https://gitlab.redox-os.org/redox-os/orbtk/tree/master/crates/theme): OrbTks default theme (light and dark)
......
# orbtk-proc-macros
Provides procedural helper macros. It's part of [OrbTk](https://gitlab.redox-os.org/redox-os/orbtk) - The Rust UI-Toolkit.
[![Build status](https://gitlab.redox-os.org/redox-os/orbtk/badges/master/build.svg)](https://gitlab.redox-os.org/redox-os/orbtk/pipelines)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](../../LICENSE)
## Dependencies
* [dces](https://gitlab.redox-os.org/redox-os/dces-rust) (MIT): Entity Component System
## License
Licensed under MIT license ([LICENSE](../../LICENSE)).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment