roftl/Cargo.toml

12 lines
235 B
TOML
Raw Normal View History

2021-08-21 15:58:30 +00:00
[package]
name = "roftl"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-09-12 14:33:52 +00:00
fltk = "1.1"
log = "0.4"
env_logger = "0.9.0"
rayon = "1.5.1"