Skip to content

Commit

Permalink
Fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Sep 9, 2024
1 parent 1e4d5c6 commit b40c8c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bevy_nannou_draw/src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use bevy::render::view::{NoFrustumCulling, RenderLayers};
use bevy::window::WindowRef;
use lyon::lyon_tessellation::{FillTessellator, StrokeTessellator};


use crate::draw::instanced::InstancingPlugin;
use crate::draw::mesh::MeshExt;
use crate::draw::render::{RenderContext, RenderPrimitive};
Expand Down
2 changes: 1 addition & 1 deletion nannou/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pub use crate::render::*;
pub use crate::wgpu;
pub use crate::wgpu::util::{BufferInitDescriptor, DeviceExt};
pub use bevy_nannou::prelude::*;
pub use nannou_core::prelude::*;
pub use bevy_nannou_derive::shader_model;
pub use nannou_core::prelude::*;

pub use crate::app::{self, App, RunMode, UpdateModeExt};
pub use crate::camera::SetCamera;
Expand Down

0 comments on commit b40c8c4

Please sign in to comment.