Moved around some paths
This commit is contained in:
parent
eab6d9a9d1
commit
fa6412d20c
4 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ Things are structured as follows:
|
||||||
|
|
||||||
* [examples-shared](examples-shared/) is a library crate that contains the actual usage
|
* [examples-shared](examples-shared/) is a library crate that contains the actual usage
|
||||||
examples. It is used in the backend-specific crates.
|
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.
|
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
|
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
|
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)
|
to look the same as the glium example structurally)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "implot-wgpu-examples"
|
name = "implot-wgpu-demo"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Benedikt Mandelkow <benedikt.mandelkow@rwth-aachen.de>", "imgui-wgpu contributors"]
|
authors = ["Benedikt Mandelkow <benedikt.mandelkow@rwth-aachen.de>", "imgui-wgpu contributors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
Loading…
Reference in a new issue