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

Turn off anti-aliasing in debug builds by default

This commit is contained in:
Emil Ernerfeldt
2020-11-07 14:06:14 +01:00
parent af11d766fc
commit 4b8a65268c
4 changed files with 14 additions and 12 deletions

View File

@@ -14,6 +14,7 @@
* `Context::begin_frame()` no longer returns anything.
* Put your widgets into a `SidePanel`, `TopPanel`, `CentralPanel`, `Window` or `Area`.
* `Context::end_frame()` now returns "paint jobs" that need to be converted to triangles with `Context::tesselate()`.
* Turn off anti-aliasing in debug builds by default.
## 0.2.0 - 2020-10-10