Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann committed Feb 25, 2023
1 parent 3b74f6e commit cc5394b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maplibre/src/render/resource/surface.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
//! Utilities for handling surfaces which can be either headless or headed. A headed surface has
//! a handle to a window. A headless surface renders to a texture.

use log::debug;
use std::{mem::size_of, num::NonZeroU32, sync::Arc};

use log::debug;
#[cfg(feature = "headless")]
use thiserror::Error;

Expand Down

0 comments on commit cc5394b

Please sign in to comment.