From b6b94ac78b2e1443433a51330cfd3c2dc7d21eb0 Mon Sep 17 00:00:00 2001 From: Matthew Michelotti Date: Thu, 2 Aug 2018 22:07:46 -0500 Subject: updated gate docs to reflect readme --- gate/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gate/src/lib.rs b/gate/src/lib.rs index bbbd375..96cd463 100644 --- a/gate/src/lib.rs +++ b/gate/src/lib.rs @@ -42,7 +42,6 @@ //! Some of these will involve breaking changes. //! //! * Loading assets on the fly -//! * Entering fullscreen mode //! * Support for displaying text //! * Adding XBox controller input //! * Generating enums/handles for user-specific assets, and loading those assets @@ -50,7 +49,7 @@ //! * Playing looping music that has a one-time intro, without any hiccups in the music //! (not sure how I'm going to do this, but it's important to me; //! game libraries often seem to overlook this fundamental feature) -//! * Probably some new renderer modes with new shaders +//! * New renderer modes with new shaders #[cfg(not(target_arch = "wasm32"))] extern crate sdl2; #[cfg(not(target_arch = "wasm32"))] extern crate gl; -- cgit v1.2.3