Skip to content

Commit

Permalink
feat(engine): refactor geometry handling for async writes
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu committed Oct 1, 2024
1 parent 48952d5 commit 36d86f8
Show file tree
Hide file tree
Showing 11 changed files with 316 additions and 106 deletions.
104 changes: 99 additions & 5 deletions engine/Cargo.lock

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

2 changes: 2 additions & 0 deletions engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ flate2 = "1.0.34"
float_next_after = "1.0.0"
futures = "0.3.30"
futures-util = "0.3.30"
geo-buffer = "0.2.0"
geo-types = "0.7.13"
geojson = "0.24.1"
hashbrown = { version = "0.14.5", features = ["serde"] }
home = "0.5.9"
Expand Down
Loading

0 comments on commit 36d86f8

Please sign in to comment.