1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Release 0.20.1 of eframe egui-winit egui_glium egui_glow - docs fixes

This commit is contained in:
Emil Ernerfeldt
2022-12-11 17:04:23 +01:00
parent d7189d69f6
commit 228f30ed46
9 changed files with 20 additions and 8 deletions

View File

@@ -5,6 +5,9 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C
## Unreleased
## 0.20.1 - 2022-12-11
* Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)).

View File

@@ -1,6 +1,6 @@
[package]
name = "eframe"
version = "0.20.0"
version = "0.20.1"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "egui framework - write GUI apps that compiles to web and/or natively"
edition = "2021"