mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix downloader
This commit is contained in:
parent
4a90df93fb
commit
5f859c9d13
@ -65,4 +65,4 @@ path = "src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "download_tiles"
|
||||
path = "src/tile_downloader.rs"
|
||||
path = "src/utils/tile_downloader.rs"
|
||||
|
||||
@ -28,7 +28,7 @@ pub async fn download_tiles() {
|
||||
}
|
||||
}
|
||||
}
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
download_tiles().await;
|
||||
|
||||
fn main() {
|
||||
pollster::block_on(download_tiles());
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user