orbclient 0.3.35

The Orbital Client Library
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## unreleased

* Change Rust edition from 2015 to 2018
* Change `Color` from `repr(packed)` to `repr(transparent)`

## 0.3.31

* Web support

## 0.3.28

* Add sdl2 bundled and static feature
* Add HiDPi support for sdl2 sys
* Add DropEvent (file | text) for sdl2 sys
* Add raw-window-handle implementation for sdl2
* Add TextInputEvent