From 3a0f7e619e991b82f95fb4ea118255d3f5744ea1 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 30 Mar 2021 10:39:28 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee4bb965b..9eebb79e4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For installation on desktops, see [the installation instruction](https://ebiten. ## Features -* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas) +* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas, Custom shaders) * Input (Mouse, Keyboard, Gamepads, Touches) * Audio (Ogg/Vorbis, MP3, WAV, PCM)