Initial commit
This commit is contained in:
commit
aaa212b9a9
22 changed files with 4778 additions and 0 deletions
9
examples/epidemics/Cargo.toml
Normal file
9
examples/epidemics/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "epidemics"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
nalgebra = "0.32.3"
|
||||
rand = "0.8.5"
|
||||
rustmodel = { path = "../..", features = ["plot"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue