mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Format code
This commit is contained in:
parent
684e786f04
commit
80fce94c61
@ -1,7 +1,7 @@
|
||||
use std::concat;
|
||||
use std::env;
|
||||
|
||||
use include_dir::{Dir};
|
||||
use include_dir::Dir;
|
||||
use log::error;
|
||||
|
||||
use crate::coords::TileCoords;
|
||||
|
||||
@ -5,8 +5,7 @@ use std::ops::Add;
|
||||
|
||||
use crate::render::ShaderVertex;
|
||||
use lyon::tessellation::{
|
||||
FillVertex, FillVertexConstructor, StrokeVertex, StrokeVertexConstructor,
|
||||
VertexBuffers,
|
||||
FillVertex, FillVertexConstructor, StrokeVertex, StrokeVertexConstructor, VertexBuffers,
|
||||
};
|
||||
|
||||
use crate::error::Error;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user