From 623c4ef2ec25160cc885b8be6021d2a723061689 Mon Sep 17 00:00:00 2001 From: haenno Date: Sun, 4 Jul 2021 17:37:40 +0200 Subject: [PATCH] Update README: Fix example code for gfx-examples.. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 573e852..315b541 100644 --- a/README.markdown +++ b/README.markdown @@ -102,8 +102,8 @@ Examples for the gfx backend are under the imgui-gfx-examples directory. cd imgui-gfx-examples cargo test -cargo run --example hello_world -cargo run --example test_window +cargo run --example gfx_hello_world +cargo run --example gfx_test_window ``` Note to Windows users: You will need to use the *MSVC ABI* version of the Rust