qft/Cargo.toml

15 lines
368 B
TOML
Raw Permalink Normal View History

2022-08-13 01:13:57 +02:00
[package]
name = "qft"
version = "0.5.6"
2022-08-13 01:13:57 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-08-19 16:31:48 +02:00
iui = { git = "https://github.com/rust-native-ui/libui-rs", optional = true, version = "0.3" }
rand = { version = "0.8", optional = true }
time = "0.3"
[features]
gui = [ "dep:iui", "dep:rand" ]