finished simulated controller
This commit is contained in:
parent
aaf717bd8d
commit
5d723ae9f8
10 changed files with 73 additions and 46 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
@ -234,26 +234,16 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rs48"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"rand",
|
||||
"rs48_lib 1.1.0",
|
||||
"rs48_lib",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rs48_lib"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2da34dd2475597325c46db60df6c4f27cdf773f2acba50d96668471ead6bd61c"
|
||||
dependencies = [
|
||||
"rand",
|
||||
"termion",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rs48_lib"
|
||||
version = "1.1.1"
|
||||
version = "1.2.0"
|
||||
dependencies = [
|
||||
"rand",
|
||||
"termion",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue