egui_winit_platform 0.11.0

Platform code to use egui with winit.
# Changelog

All notable changes to this project will be documented in this file.

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

## [Unreleased]

### Updated


## [0.11.0] - 2021-10-27

### Updated

- Target egui 0.15

## [0.10.0] - 2021-08-27

### Updated

- Target egui 0.14
- Set cursor only if cursor is inside the window.
- Add cursor icon support.
- Disable default winit features.
- Support zoom input.
- Fix modifier state not being updated.

## [0.9.0] - 2021-06-25

### Updated

- Target egui 0.13
- Fix minimize on Windows.
- Derive Debug and Default on PlatformDescriptor.
- Replace clipboard dependency with copypasta.
- Allow default fonts to be replaced.

## [0.8.0] - 2021-06-05

### Updated

- Target winit 0.25

## [0.7.0] - 2021-05-11

### Updated

- Target egui 0.12

## [0.6.0] - 2021-04-15

### Updated

 - Target egui 0.11

## [0.5.0] - 2021-03-16

### Updated

 - Target egui 0.10
### Added
 - captures_event() convinience function.

## [0.4.0] - 2021-02-01

### Updated

- Support for clipboard
- Clickable links open a browser window

### Updated

- Target egui 0.8

## [0.3.0] - 2020-12-17

### Updated

- Target egui 0.5 and winit 0.24.

## [0.2.0] - 2020-11-13

### Updated

- Target egui 0.3.

## [0.1.0] - 2020-10-12

### Added

- Initial commit.