radar-g/Cargo.toml
2023-05-06 08:33:00 +08:00

24 lines
548 B
TOML

[package]
name = "cinrad_g"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cairo-rs = { version = "0.17.0", features = ["xlib"] }
glib = "0.17.9"
gtk = { version = "0.6.6", package = "gtk4", features = ["v4_8"] }
shapefile = { version = "0.4", features = ["geo-types"] }
# gtk = "0.15.5"
plotters = "0.3.4"
plotters-backend = "0.3.4"
rand = "0.8.5"
rand_distr = "0.4.3"
rand_xorshift = "0.3.0"
[build-dependencies]
glib-build-tools = "0.17.0"