made simulations parallel
This commit is contained in:
parent
de7b51acb4
commit
0080b94fd2
5 changed files with 21 additions and 33 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rs48_lib"
|
||||
version = "1.2.0"
|
||||
version = "1.3.0"
|
||||
edition = "2021"
|
||||
description = "components of rs48"
|
||||
license = "MIT"
|
||||
|
@ -8,4 +8,5 @@ authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
|
|||
|
||||
[dependencies]
|
||||
rand = "0.8"
|
||||
rayon = "1.5.3"
|
||||
termion = "1.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue