You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

490 B

Egui Changelog

All notable changes to the egui_web integration will be noted in this file.

The format is based on Keep a Changelog.

0.4.0 - 2020-11-28

Added

  • A simple HTTP fetch API (wraps web_sys).
  • Add ability to request a repaint
  • Copy/cut/paste suppoert

Changed

  • Automatic repaint every second

Fixed

  • Web browser zooming should now work as expected
  • A bunch of bug fixes related to keyboard events