qft/Cargo.toml

12 lines
249 B
TOML
Raw Normal View History

2022-08-13 01:13:57 +02:00
[package]
name = "qft"
2022-08-27 18:10:13 +02:00
version = "0.5.3"
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]
2022-08-21 14:10:10 +02:00
iui.git = "https://github.com/rust-native-ui/libui-rs"
rand = "0"
2022-08-27 18:10:13 +02:00
time = "0"