Skip to content
Snippets Groups Projects
Commit 2b764950 authored by tibut's avatar tibut
Browse files

fixed typo

parent 7a13549f
No related branches found
No related tags found
No related merge requests found
Pipeline #3369 failed
......@@ -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"
......
......@@ -2,7 +2,7 @@
members = [
"l0dable",
"example",
"rust-example-plot",
"rust-plot-example",
"rkanoid",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment