From a9e418c729b8edf4871f45dd0612b66d243c35ce Mon Sep 17 00:00:00 2001 From: dbr Date: Mon, 13 Sep 2021 14:42:53 +1000 Subject: [PATCH] Minor tweak to upgrading-imgui doc --- docs/upgrading-imgui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading-imgui.md b/docs/upgrading-imgui.md index b6ea641..a5ea896 100644 --- a/docs/upgrading-imgui.md +++ b/docs/upgrading-imgui.md @@ -59,7 +59,7 @@ The process is much the same to build imgui-rs for a tagged release (as shown) a This step generates `imgui-sys/src/bindings.rs` which is used by `imgui/src/*` -8. Run `cargo build` and fix any errors from upstream. +8. Run `cargo build` and fix any errors caused by changes upstream (see next section) 9. Run the tests with `cargo test`.