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

Fix docs.rs build issues for eframe, egui-winit, egui_glium, egui_glow (#2420)

* Fix docs.rs build issues for eframe, egui-winit, egui_glium, egui_glow

I hope we can get rid of the `tts` crate very soon,
now that AcessKit has landed. It is only used for web atm.
Should probably be removed from all native libraries.

* Update changelogs
This commit is contained in:
Emil Ernerfeldt
2022-12-09 12:24:47 +01:00
committed by GitHub
parent 54675f8983
commit 32606c2223
8 changed files with 13 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ All notable changes to the `egui-winit` integration will be noted in this file.
## Unreleased
* Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)).
## 0.20.0 - 2022-12-08