Skip to content

Commit

Permalink
Ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Sep 29, 2024
1 parent 8d66064 commit 03202bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nannou/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use bevy_inspector_egui::DefaultInspectorConfigPlugin;
use crate::frame::{Frame, FramePlugin};
use crate::prelude::bevy_ecs::system::SystemState;
use crate::prelude::bevy_reflect::DynamicTyped;
use crate::prelude::render::{NannouTransient, NannouShaderModelPlugin, ShaderModel};
use crate::prelude::render::{NannouShaderModelPlugin, NannouTransient, ShaderModel};
use crate::render::{
compute::{Compute, ComputeModel, ComputePlugin, ComputeShaderHandle, ComputeState},
NannouRenderNode, RenderApp, RenderPlugin,
Expand Down

0 comments on commit 03202bc

Please sign in to comment.