Release egui-wgpu 0.18.0
This commit is contained in:
parent
f27f67b76b
commit
f807a290a4
2 changed files with 17 additions and 1 deletions
9
egui-wgpu/CHANGELOG.md
Normal file
9
egui-wgpu/CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Changelog for egui_glow
|
||||||
|
All notable changes to the `egui-glow` integration will be noted in this file.
|
||||||
|
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
|
||||||
|
## 0.18.0 - 2022-05-15
|
||||||
|
First published version since moving the code into the `egui` repository from <https://github.com/LU15W1R7H/eww>.
|
|
@ -15,7 +15,14 @@ readme = "README.md"
|
||||||
repository = "https://github.com/emilk/egui/tree/master/egui-wgpu"
|
repository = "https://github.com/emilk/egui/tree/master/egui-wgpu"
|
||||||
categories = ["gui", "game-development"]
|
categories = ["gui", "game-development"]
|
||||||
keywords = ["wgpu", "egui", "gui", "gamedev"]
|
keywords = ["wgpu", "egui", "gui", "gamedev"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
include = [
|
||||||
|
"../LICENSE-APACHE",
|
||||||
|
"../LICENSE-MIT",
|
||||||
|
"**/*.rs",
|
||||||
|
"**/*.wgsl",
|
||||||
|
"Cargo.toml",
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in a new issue