Removed unwanted empty lines

This commit is contained in:
Josh 2019-01-01 08:39:39 +01:00 committed by GitHub
parent 2537a476b8
commit 5f36f24ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,8 +73,6 @@ Examples for glium backend are located into the imgui-glium-examples directory.
cargo run --example test_window
cargo run --example test_window_impl
Note to Windows users: You will need to use the *MSVC ABI* version of the Rust compiler along
with its associated [dependencies](https://www.rust-lang.org/en-US/downloads.html#win-foot) to
build this libary and run the examples.