radar-g/Cargo.toml
2023-05-29 18:35:16 +08:00

31 lines
740 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"] }
proj = "0.27.0"
# gtk = "0.15.5"
plotters = { path = "../plotters/plotters" }
plotters-backend = { path = "../plotters/plotters-backend" }
geo-types = "0.7.9"
shapefile = { version = "0.4", features = ["geo-types"] }
thiserror = "1.0.40"
num-traits = "0.2.15"
npyz = { version = "0.8.0", features = ["npz"] }
ndarray = "0.15.6"
quadtree_rs = "0.1.2"
[build-dependencies]
glib-build-tools = "0.17.0"
# plotters = "0.3.4"