From 2d53ef170958116ecafba4196a47691c43a27a47 Mon Sep 17 00:00:00 2001 From: Yuji Mise Date: Wed, 9 Oct 2024 17:44:30 +0900 Subject: [PATCH] feat(engine): update nusamai dependencies to version 0.1.1 --- engine/Cargo.lock | 14 +++++++------- engine/Cargo.toml | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/engine/Cargo.lock b/engine/Cargo.lock index 6bfe00f9c..eeb31f090 100644 --- a/engine/Cargo.lock +++ b/engine/Cargo.lock @@ -2828,7 +2828,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "macros" version = "0.1.0" -source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.0#280cba9b3890306c92bb814364e0323a42dd8a3e" +source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.1#a20b3695f68f8c95986476f34419a9ea572c9374" dependencies = [ "proc-macro2", "quote", @@ -3160,7 +3160,7 @@ dependencies = [ [[package]] name = "nusamai-citygml" version = "0.0.0-alpha.0" -source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.0#280cba9b3890306c92bb814364e0323a42dd8a3e" +source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.1#a20b3695f68f8c95986476f34419a9ea572c9374" dependencies = [ "ahash 0.8.11", "chrono", @@ -3181,7 +3181,7 @@ dependencies = [ [[package]] name = "nusamai-gltf" version = "0.1.0" -source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.0#280cba9b3890306c92bb814364e0323a42dd8a3e" +source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.1#a20b3695f68f8c95986476f34419a9ea572c9374" dependencies = [ "byteorder", "nusamai-gltf-json", @@ -3191,7 +3191,7 @@ dependencies = [ [[package]] name = "nusamai-gltf-json" version = "0.1.0" -source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.0#280cba9b3890306c92bb814364e0323a42dd8a3e" +source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.1#a20b3695f68f8c95986476f34419a9ea572c9374" dependencies = [ "cesiumtiles 0.0.0 (git+https://github.com/MIERUNE/cesiumtiles-rs.git)", "serde", @@ -3202,7 +3202,7 @@ dependencies = [ [[package]] name = "nusamai-mvt" version = "0.1.0" -source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.0#280cba9b3890306c92bb814364e0323a42dd8a3e" +source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.1#a20b3695f68f8c95986476f34419a9ea572c9374" dependencies = [ "ahash 0.8.11", "indexmap 2.6.0", @@ -3213,7 +3213,7 @@ dependencies = [ [[package]] name = "nusamai-plateau" version = "0.0.0-alpha.0" -source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.0#280cba9b3890306c92bb814364e0323a42dd8a3e" +source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.1#a20b3695f68f8c95986476f34419a9ea572c9374" dependencies = [ "chrono", "flatgeom", @@ -3231,7 +3231,7 @@ dependencies = [ [[package]] name = "nusamai-projection" version = "0.1.0" -source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.0#280cba9b3890306c92bb814364e0323a42dd8a3e" +source = "git+https://github.com/reearth/plateau-gis-converter?tag=v0.1.1#a20b3695f68f8c95986476f34419a9ea572c9374" dependencies = [ "japan-geoid", "thiserror", diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 0af520392..393105fc7 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -61,11 +61,11 @@ reearth-flow-storage = { path = "runtime/storage" } reearth-flow-telemetry = { path = "runtime/telemetry" } reearth-flow-types = { path = "runtime/types" } -nusamai-citygml = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.1.0", features = ["serde", "serde_json"] } -nusamai-gltf = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.1.0" } -nusamai-mvt = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.1.0" } -nusamai-plateau = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.1.0", features = ["serde"] } -nusamai-projection = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.1.0" } +nusamai-citygml = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.1.1", features = ["serde", "serde_json"] } +nusamai-gltf = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.1.1" } +nusamai-mvt = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.1.1" } +nusamai-plateau = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.1.1", features = ["serde"] } +nusamai-projection = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.1.1" } Inflector = "0.11.4" ahash = "0.8.11"