1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

egui_glium and eframe 0.13.1: fix http feature and docs

This commit is contained in:
Emil Ernerfeldt
2021-06-24 20:36:36 +02:00
parent 4f6dac27e6
commit ccecad88b1
5 changed files with 16 additions and 6 deletions

View File

@@ -5,6 +5,11 @@ All notable changes to the `eframe` crate.
## Unreleased
## 0.13.1 - 2021-06-24
* Fix `http` feature flag and docs
## 0.13.0 - 2021-06-24
* `App::setup` now takes a `Frame` and `Storage` by argument.