From 3b702076cc6bd25176a85e4b7a5f9ce72898918f Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Fri, 30 Oct 2020 12:11:27 +0100 Subject: [PATCH] Moved files around, have not adapted code yet though. --- implot-examples/{ => implot-glium-examples}/Cargo.toml | 2 +- .../{ => implot-glium-examples}/examples/bar_plots.rs | 0 .../{ => implot-glium-examples}/examples/line_plots.rs | 0 .../{ => implot-glium-examples}/examples/scatter_plots.rs | 0 .../{ => implot-glium-examples}/examples/support/clipboard.rs | 0 .../{ => implot-glium-examples}/examples/support/mod.rs | 0 .../{ => implot-glium-examples}/examples/text_plots.rs | 0 .../implot-wgpu-examples}/Cargo.toml | 0 .../implot-wgpu-examples}/src/main.rs | 0 .../implot-wgpu-examples}/src/ui.rs | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename implot-examples/{ => implot-glium-examples}/Cargo.toml (95%) rename implot-examples/{ => implot-glium-examples}/examples/bar_plots.rs (100%) rename implot-examples/{ => implot-glium-examples}/examples/line_plots.rs (100%) rename implot-examples/{ => implot-glium-examples}/examples/scatter_plots.rs (100%) rename implot-examples/{ => implot-glium-examples}/examples/support/clipboard.rs (100%) rename implot-examples/{ => implot-glium-examples}/examples/support/mod.rs (100%) rename implot-examples/{ => implot-glium-examples}/examples/text_plots.rs (100%) rename {implot-wgpu-examples => implot-examples/implot-wgpu-examples}/Cargo.toml (100%) rename {implot-wgpu-examples => implot-examples/implot-wgpu-examples}/src/main.rs (100%) rename {implot-wgpu-examples => implot-examples/implot-wgpu-examples}/src/ui.rs (100%) 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