Fix compilation for android

This commit is contained in:
Maximilian Ammann 2022-11-02 17:58:18 +01:00
parent def2e8de6e
commit 628216e366

View File

@ -5,7 +5,6 @@ use log::Level;
use maplibre::{
platform::{http_client::ReqwestHttpClient, run_multithreaded, scheduler::TokioScheduler},
render::settings::{Backends, WgpuSettings},
MapBuilder,
};
use maplibre_winit::{run_headed_map, WinitMapWindowConfig};