mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Release egui-wgpu 0.18.0
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user