diff --git a/egui-wgpu/CHANGELOG.md b/egui-wgpu/CHANGELOG.md new file mode 100644 index 00000000..59b6d7eb --- /dev/null +++ b/egui-wgpu/CHANGELOG.md @@ -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 . diff --git a/egui-wgpu/Cargo.toml b/egui-wgpu/Cargo.toml index ce913fa4..b9258e22 100644 --- a/egui-wgpu/Cargo.toml +++ b/egui-wgpu/Cargo.toml @@ -15,7 +15,14 @@ readme = "README.md" repository = "https://github.com/emilk/egui/tree/master/egui-wgpu" categories = ["gui", "game-development"] keywords = ["wgpu", "egui", "gui", "gamedev"] -include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"] +include = [ + "../LICENSE-APACHE", + "../LICENSE-MIT", + "**/*.rs", + "**/*.wgsl", + "Cargo.toml", +] + [features]