Skip to content

Commit

Permalink
Merge pull request #17 from ZaMaZaN4iK/patch-1
Browse files Browse the repository at this point in the history
Import egui from bevy_egui in the ui example
  • Loading branch information
mvlabat authored Apr 21, 2021
2 parents 0e6fb00 + 0b91f2b commit 83882f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ui.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use bevy::prelude::*;
use bevy_egui::{EguiContext, EguiPlugin, EguiSettings};
use bevy_egui::{egui, EguiContext, EguiPlugin, EguiSettings};

const BEVY_TEXTURE_ID: u64 = 0;

Expand Down

0 comments on commit 83882f2

Please sign in to comment.