forked from krABMaga/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
26 lines (23 loc) · 838 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "flockers"
version = "0.2.0"
authors = [
"Carmine Spagnuolo <[email protected]>",
"Alessia Antelmi <[email protected]>",
"Matteo D'Auria <[email protected]>",
"Daniele De Vinco <[email protected]",
"Francesco Foglia <[email protected]>",
"Pasquale Caramante <[email protected]>",
"Luca Postiglione <[email protected]>",
"Giuseppe D'Ambrosio <[email protected]>"
]
edition = "2021"
license = "MIT"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
krabmaga = {git = "https://github.com/krABMaga/krABMaga"}
[features]
parallel = ["krabmaga/parallel"]
visualization = ["krabmaga/visualization"]
visualization_wasm = ["krabmaga/visualization_wasm"]