Add compiling notice for Windows users in README

This commit is contained in:
Dan Abad 2016-07-17 09:37:22 -05:00
parent 3015ec31bf
commit 6513b7af6e

View File

@ -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