From 6d08cb502cff5c5ea68a397f57b55bd492b3657d Mon Sep 17 00:00:00 2001 From: dbr Date: Wed, 4 Jan 2023 19:07:01 +1030 Subject: [PATCH] Tweak wording to make it clearer(?) there are other renderers --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 113d99b..4c37fc8 100644 --- a/README.markdown +++ b/README.markdown @@ -30,7 +30,7 @@ The core of imgui-rs consists of: - `imgui`: High-level safe API - `imgui-sys`: Low-level unsafe API (automatically generated) -Next, we provide two renderers, and two backend platform implementations: +Next, we provide two example renderers, and two example backend platform implementations: - `imgui-winit-support`: Backend platform implementation that uses the `winit` crate - `imgui-sdl2-support`: Backend platform using SDL2