removed the comment left by the example O_o

This commit is contained in:
RustyStriker 2022-07-27 19:51:36 +03:00
parent 898cb5e83c
commit 1d18d6b6f3
1 changed files with 0 additions and 5 deletions

View File

@ -5,11 +5,6 @@ use bevy_prototype_lyon::prelude::*;
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() {
let mut app = App::new();