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::concat;
|
||||||
use std::env;
|
use std::env;
|
||||||
|
|
||||||
use include_dir::{Dir};
|
use include_dir::Dir;
|
||||||
use log::error;
|
use log::error;
|
||||||
|
|
||||||
use crate::coords::TileCoords;
|
use crate::coords::TileCoords;
|
||||||
|
|||||||
@ -5,8 +5,7 @@ use std::ops::Add;
|
|||||||
|
|
||||||
use crate::render::ShaderVertex;
|
use crate::render::ShaderVertex;
|
||||||
use lyon::tessellation::{
|
use lyon::tessellation::{
|
||||||
FillVertex, FillVertexConstructor, StrokeVertex, StrokeVertexConstructor,
|
FillVertex, FillVertexConstructor, StrokeVertex, StrokeVertexConstructor, VertexBuffers,
|
||||||
VertexBuffers,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
use crate::error::Error;
|
use crate::error::Error;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user