diff --git a/Cargo.lock b/Cargo.lock index 436b805d31cab46cb4f6063a84368d7ace045455..e270e71447a00c8082a312a7c601004fe762ee47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,14 +237,6 @@ name = "peeking_take_while" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "plot-example" -version = "0.0.0" -dependencies = [ - "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", - "l0dable 0.0.0", -] - [[package]] name = "proc-macro2" version = "0.4.28" @@ -287,6 +279,14 @@ name = "regex-syntax" version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "rust-plot-example" +version = "0.0.0" +dependencies = [ + "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", + "l0dable 0.0.0", +] + [[package]] name = "rustc-demangle" version = "0.1.16" diff --git a/Cargo.toml b/Cargo.toml index 4c562199c3ea4baa37f8bb084462c539b7b9cb64..d768781c8ca39fe21991ca28ebd181b4c9c3bec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [ "l0dable", "example", - "rust-example-plot", + "rust-plot-example", "rkanoid", ]