diff --git a/implot-examples/Cargo.toml b/implot-examples/implot-glium-examples/Cargo.toml similarity index 95% rename from implot-examples/Cargo.toml rename to implot-examples/implot-glium-examples/Cargo.toml index 1c9b17a..8a9be56 100644 --- a/implot-examples/Cargo.toml +++ b/implot-examples/implot-glium-examples/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "implot-examples" +name = "implot-glium-examples" version = "0.0.0" edition = "2018" authors = ["Sandro Merkli", "implot-rs contributors"] diff --git a/implot-examples/examples/bar_plots.rs b/implot-examples/implot-glium-examples/examples/bar_plots.rs similarity index 100% rename from implot-examples/examples/bar_plots.rs rename to implot-examples/implot-glium-examples/examples/bar_plots.rs diff --git a/implot-examples/examples/line_plots.rs b/implot-examples/implot-glium-examples/examples/line_plots.rs similarity index 100% rename from implot-examples/examples/line_plots.rs rename to implot-examples/implot-glium-examples/examples/line_plots.rs diff --git a/implot-examples/examples/scatter_plots.rs b/implot-examples/implot-glium-examples/examples/scatter_plots.rs similarity index 100% rename from implot-examples/examples/scatter_plots.rs rename to implot-examples/implot-glium-examples/examples/scatter_plots.rs diff --git a/implot-examples/examples/support/clipboard.rs b/implot-examples/implot-glium-examples/examples/support/clipboard.rs similarity index 100% rename from implot-examples/examples/support/clipboard.rs rename to implot-examples/implot-glium-examples/examples/support/clipboard.rs diff --git a/implot-examples/examples/support/mod.rs b/implot-examples/implot-glium-examples/examples/support/mod.rs similarity index 100% rename from implot-examples/examples/support/mod.rs rename to implot-examples/implot-glium-examples/examples/support/mod.rs diff --git a/implot-examples/examples/text_plots.rs b/implot-examples/implot-glium-examples/examples/text_plots.rs similarity index 100% rename from implot-examples/examples/text_plots.rs rename to implot-examples/implot-glium-examples/examples/text_plots.rs diff --git a/implot-wgpu-examples/Cargo.toml b/implot-examples/implot-wgpu-examples/Cargo.toml similarity index 100% rename from implot-wgpu-examples/Cargo.toml rename to implot-examples/implot-wgpu-examples/Cargo.toml diff --git a/implot-wgpu-examples/src/main.rs b/implot-examples/implot-wgpu-examples/src/main.rs similarity index 100% rename from implot-wgpu-examples/src/main.rs rename to implot-examples/implot-wgpu-examples/src/main.rs diff --git a/implot-wgpu-examples/src/ui.rs b/implot-examples/implot-wgpu-examples/src/ui.rs similarity index 100% rename from implot-wgpu-examples/src/ui.rs rename to implot-examples/implot-wgpu-examples/src/ui.rs