Moved around some paths

This commit is contained in:
4bb4 2020-10-30 12:54:18 +01:00
parent eab6d9a9d1
commit fa6412d20c
4 changed files with 3 additions and 3 deletions

View file

@ -5,9 +5,9 @@ Things are structured as follows:
* [examples-shared](examples-shared/) is a library crate that contains the actual usage
examples. It is used in the backend-specific crates.
* [implot-glium-examples](implot-glium-examples/) is an example for using `implot-rs` in
* [implot-glium-demo](implot-glium-demo/) is an example for using `implot-rs` in
conjunction with a [Glium](https://github.com/glium/glium) backend.
* [implot-wgpu-examples](implot-wgpu-examples/) is an example for using `implot-rs` in
* [implot-wgpu-demo](implot-wgpu-demo/) is an example for using `implot-rs` in
conjunction with a [WebGPU](https://github.com/gfx-rs/wgpu) backend (work in progress, this
uses wgpu, but does currently not make use of `examples-shared` yet and has not been refactored
to look the same as the glium example structurally)

View file

@ -1,5 +1,5 @@
[package]
name = "implot-wgpu-examples"
name = "implot-wgpu-demo"
version = "0.1.0"
authors = ["Benedikt Mandelkow <benedikt.mandelkow@rwth-aachen.de>", "imgui-wgpu contributors"]
edition = "2018"