Minor tweak to upgrading-imgui doc

This commit is contained in:
dbr 2021-09-13 14:42:53 +10:00
parent e39ab4249e
commit a9e418c729

View File

@ -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/*` 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`. 9. Run the tests with `cargo test`.