mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Add CHANGELOG.md for egui_glium
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Egui Changelog
|
# Egui Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to the Egui crate will be documented in this file.
|
||||||
|
|
||||||
|
NOTE: `egui_web` and `egui_glium` has their own changelogs!
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
|||||||
17
egui_glium/CHANGELOG.md
Normal file
17
egui_glium/CHANGELOG.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Changelog for egui_glium
|
||||||
|
|
||||||
|
All notable changes to the `egui_glium` integration will be noted in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.4.0 - 2020-11-28
|
||||||
|
|
||||||
|
Started changelog. Features:
|
||||||
|
|
||||||
|
* Input
|
||||||
|
* Painting
|
||||||
|
* Clipboard handling
|
||||||
|
* Open URL:s
|
||||||
|
* Simple JSON-backed storage
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# Egui Changelog
|
# Changelog for egui_web
|
||||||
|
|
||||||
All notable changes to the `egui_web` integration will be noted in this file.
|
All notable changes to the `egui_web` integration will be noted in this file.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user