mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Add compiling notice for Windows users in README
This commit is contained in:
parent
3015ec31bf
commit
6513b7af6e
@ -54,6 +54,10 @@ ui.window(im_str!("Hello world"))
|
||||
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.
|
||||
|
||||
## How to contribute
|
||||
|
||||
1. Change or add something
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user