update bevy 0.11 - fix compile errors
This commit is contained in:
@@ -4,7 +4,7 @@ use crate::physics::PhysicsState;
|
||||
use crate::GraphicsManager;
|
||||
use bevy::prelude::*;
|
||||
// use bevy::render::render_resource::RenderPipelineDescriptor;
|
||||
use bevy_egui::EguiContext;
|
||||
use bevy_egui::EguiContexts;
|
||||
|
||||
pub trait TestbedPlugin {
|
||||
fn init_plugin(&mut self);
|
||||
@@ -31,7 +31,7 @@ pub trait TestbedPlugin {
|
||||
);
|
||||
fn update_ui(
|
||||
&mut self,
|
||||
ui_context: &EguiContext,
|
||||
ui_context: &EguiContexts,
|
||||
harness: &mut Harness,
|
||||
graphics: &mut GraphicsManager,
|
||||
commands: &mut Commands,
|
||||
|
||||
Reference in New Issue
Block a user