Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers committed Sep 11, 2023
1 parent 60916f1 commit eccf000
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ pub use scene::{DrawGlyphs, Scene, SceneBuilder, SceneFragment};
#[cfg(feature = "wgpu")]
pub use util::block_on_wgpu;

pub use engine::{
BufProxy, Command, Id, ImageFormat, ImageProxy, Recording, ResourceProxy, ShaderId,
};
#[cfg(feature = "wgpu")]
use engine::{Engine, ExternalResource};
pub use engine::{Recording, Command, ImageProxy, BufProxy, ResourceProxy, ShaderId, Id, ImageFormat};
use shaders::FullShaders;

/// Temporary export, used in with_winit for stats
Expand Down

0 comments on commit eccf000

Please sign in to comment.