- Update egui to
0.19.0
- You can now scale the GUI with
egui_ctx.set_pixels_per_point(…)
. - Add miniquad context as a parameter in the lambda in
EguiMq::run
- Update egui to
0.18.1
Update miniquad to 0.3.0-alpha.46
- Update egui to
0.17.0
- Update egui to
0.16.0
- Update miniquad to
0.3.0-alpha.43
- Update egui to
0.15.0
- Update egui to
0.14.0
- Update egui to
0.13.0
- Update miniquad to
0.3.0-alpha.37
- Update egui to
0.12.0
- Update miniquad to
0.3.0-alpha.30
- Update egui to
0.11.0
- Update miniquad to
0.3.0-alpha.29
- Support for hyperlinks in browser (not-fl3#13)
- You must now call
egui_mq.draw()
(not-fl3#14)
Initial release