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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user