mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-23 12:09:45 +00:00
11 lines
522 B
Markdown
11 lines
522 B
Markdown
|
# egui-wgpu
|
||
|
|
||
|
[![Latest version](https://img.shields.io/crates/v/egui-wgpu.svg)](https://crates.io/crates/egui-wgpu)
|
||
|
[![Documentation](https://docs.rs/egui-wgpu/badge.svg)](https://docs.rs/egui-wgpu)
|
||
|
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
|
||
|
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)
|
||
|
|
||
|
This crates provides bindings between [`egui`](https://github.com/emilk/egui) and [wgpu](https://crates.io/crates/wgpu).
|
||
|
|
||
|
This was originally hosted at https://github.com/hasenbanck/egui_wgpu_backend
|