repo.or.cz
/
lasercrab.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Better comments
[lasercrab.git]
/
Cargo.toml
blob
7cc2e323376c895da923c53ebe5d6dcbc3f3de3e
1
[package]
2
name = "lasercrab"
3
version = "0.5.0"
4
authors = ["VinÃcius Rodrigues Miguel <vinicius.miguel@unifesp.br>"]
5
edition = "2018"
6
7
[dependencies]
8
rayon = { version = "1.5.0", optional = true }
9
10
[features]
11
parallel = ["rayon"]
12
rotate_camera = []