Skip to content

Commit

Permalink
feat(engine): update nusamai dependencies to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu committed Oct 9, 2024
1 parent 3b31e8a commit 2d53ef1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2d53ef1

Please sign in to comment.