From e6ca1d070ea4505c114ec20069afbac6a32777e8 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Mon, 1 Feb 2021 03:20:36 -0800 Subject: [PATCH] Quickly update an inaccuracy about winit in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 69cb9c4..573e852 100644 --- a/README.markdown +++ b/README.markdown @@ -32,7 +32,7 @@ Window::new(im_str!("Hello world")) * imgui-gfx-renderer: Renderer implementation that uses the `gfx` crate (*not the new gfx-hal crate*) * imgui-winit-support: Backend platform implementation that uses the `winit` - crate (0.22 by default, but 0.19-0.21 are supported via feature flags) + crate (latest by default, but earlier versions are supported via feature flags) * imgui-sys: Low-level unsafe API (automatically generated) ## Features