fix: incorrect semicolon

This commit is contained in:
Melaton 2025-01-20 20:32:32 +08:00 committed by Jonathan Spira
parent 23e08485a3
commit 8fba808a9a

View File

@ -111,7 +111,7 @@ git clone https://github.com/imgui-rs/imgui-examples
cd imgui-examples
# At the reposity root
cargo test;
cargo test
cargo run --example hello_world
cargo run --example test_window