Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
m
rust-card10
Commits
2b764950
Commit
2b764950
authored
Aug 24, 2019
by
tibut
Browse files
fixed typo
parent
7a13549f
Pipeline
#3369
failed with stage
in 4 minutes and 14 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
2b764950
...
...
@@ -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"
...
...
Cargo.toml
View file @
2b764950
...
...
@@ -2,7 +2,7 @@
members
=
[
"l0dable"
,
"example"
,
"rust-example
-plot
"
,
"rust-
plot-
example"
,
"rkanoid"
,
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment