egui_wgpu_backend 0.9.0

Backend code to use egui with wgpu.
Documentation
[package]

name = "egui_wgpu_backend"

version = "0.9.0"

authors = ["Nils Hasenbanck <nils@hasenbanck.de>"]

edition = "2018"

description = "Backend code to use egui with wgpu."

homepage = "https://github.com/hasenbanck/egui_wgpu_backend"

repository = "https://github.com/hasenbanck/egui_wgpu_backend"

license = "MIT OR Apache-2.0"

readme = "README.md"



[features]

default = []

web = []



[dependencies]

epi = "0.12"

wgpu = "0.9"

bytemuck = "1.5"