From 1d18d6b6f34e441a0782e1441d52e9a51e46899c Mon Sep 17 00:00:00 2001 From: RustyStriker Date: Wed, 27 Jul 2022 19:51:36 +0300 Subject: [PATCH] removed the comment left by the example O_o --- src/main.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.rs b/src/main.rs index ec1fbae..83ba34e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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();