remove proj

This commit is contained in:
Tsuki 2024-08-31 21:07:23 +08:00
parent 3a9f0dcaa3
commit 94f0ade6e8
2 changed files with 2 additions and 4 deletions

2
Cargo.lock generated
View File

@ -776,8 +776,6 @@ dependencies = [
"npyz", "npyz",
"num-traits", "num-traits",
"once_cell", "once_cell",
"proj",
"proj-sys",
"quadtree_rs", "quadtree_rs",
"quick_cache 0.4.3", "quick_cache 0.4.3",
"radarg_core", "radarg_core",

View File

@ -16,7 +16,7 @@ num-traits = "0.2.15"
npyz = { version = "0.8.0", features = ["npz"] } npyz = { version = "0.8.0", features = ["npz"] }
ndarray = { version = "0.15.6", features = ["rayon"] } ndarray = { version = "0.15.6", features = ["rayon"] }
quadtree_rs = "0.1.2" quadtree_rs = "0.1.2"
proj-sys = "0.23.1" # proj-sys = "0.23.1"
glib-macros = "0.19.2" glib-macros = "0.19.2"
svg = "0.13.1" svg = "0.13.1"
libloading = "0.8.3" libloading = "0.8.3"
@ -24,7 +24,7 @@ glue = "0.8.7"
epoxy = "0.1.0" epoxy = "0.1.0"
femtovg = "0.9.0" femtovg = "0.9.0"
glow = "0.13.1" glow = "0.13.1"
proj = "0.27.2" # proj = "0.27.2"
image = "0.24.7" image = "0.24.7"
anyhow = "1.0.72" anyhow = "1.0.72"
relm4 = { version = "0.9", features = ["libadwaita"] } relm4 = { version = "0.9", features = ["libadwaita"] }