orbtk-shell 0.3.1-alpha3

Window shell crate used by OrbTk.
# orbtk-shell

Cross platform window shell library. 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)

## Platforms

* Redox OS
* Linux
* macOS
* Windows
* openBSD (not tested, but should work)
* Web
* Android (planned)
* iOS (planned)
* Ubuntu Touch (planned)

## Dependencies

* [stdweb]https://github.com/koute/stdweb (Apache 2.0, MIT): web window and events
* [minifb]https://github.com/emoon/rust_minifb (Apache 2.0, MIT): window and events for desktop platforms
* [image]https://github.com/image-rs/image(MIT): load pixel images e.g. png
* [raw-window-handle]https://github.com/rust-windowing/raw-window-handle (MIT): access to a window's platform-specific raw window handle

## License

Licensed under MIT license ([LICENSE](../../LICENSE)).