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

Add Ui::hyperlink_to

This commit is contained in:
Emil Ernerfeldt
2021-02-20 09:23:38 +01:00
parent 9e38674d13
commit 21c99e1130
4 changed files with 16 additions and 8 deletions

View File

@@ -11,8 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added ⭐
* Added `egui::plot::Plot` to plot some 2D data
* Add `egui::plot::Plot` to plot some 2D data
* Add `Ui::hyperlink_to(label, url)`.
## 0.9.0 - 2021-02-07 - Light Mode and much more