1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

ui.image now takes impl Into<Vec2> as a size argument

This commit is contained in:
Emil Ernerfeldt
2020-12-15 14:25:26 +01:00
parent 09aa905f7c
commit 7710308e09
3 changed files with 8 additions and 3 deletions

View File

@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Changed 🔧
* `ui.image` now takes `impl Into<Vec2>` as a `size` argument
## 0.5.0 - 2020-12-13
### Added ⭐