removed the comment left by the example O_o
This commit is contained in:
parent
898cb5e83c
commit
1d18d6b6f3
1 changed files with 0 additions and 5 deletions
|
@ -5,11 +5,6 @@ use bevy_prototype_lyon::prelude::*;
|
||||||
|
|
||||||
use shape_maker::*;
|
use shape_maker::*;
|
||||||
|
|
||||||
|
|
||||||
/// This example demonstrates the following functionality and use-cases of bevy_egui:
|
|
||||||
/// - rendering loaded assets;
|
|
||||||
/// - toggling hidpi scaling (by pressing '/' button);
|
|
||||||
/// - configuring egui contexts during the startup.
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut app = App::new();
|
let mut app = App::new();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue