Update egui_glium and egui_web changelogs

This commit is contained in:
Emil Ernerfeldt 2021-10-18 23:13:13 +02:00
parent 74494cd713
commit df3aeab434
2 changed files with 4 additions and 3 deletions

View file

@ -4,8 +4,8 @@ All notable changes to the `egui_glium` integration will be noted in this file.
## Unreleased
* Remove "http" feature (use https://github.com/emilk/ehttp instead!).
* Add `epi::NativeTexture` trait for glium painter
* Deprecate 'Painter::register_glium_texture'
* Implement `epi::NativeTexture` trait for the glium painter.
* Deprecate 'Painter::register_glium_texture'.
* Increase scroll speed.
* Restore window position on startup without flickering.
* A lot of the code has been moved to the new library [`egui-winit`](https://github.com/emilk/egui/tree/master/egui-winit).

View file

@ -6,11 +6,12 @@ All notable changes to the `egui_web` integration will be noted in this file.
## Unreleased
### Added
* Remove "http" feature (use https://github.com/emilk/ehttp instead!).
* `epi::NativeTexture` trait for webgl1 webgl2 painter.
* Implement `epi::NativeTexture` trait for the WebGL painter.
* Deprecate `Painter::register_webgl_texture.
### Fixed 🐛
* Fix multiline paste.
* Fix painting with non-opaque backgrounds.
## 0.14.1 - 2021-08-28