Peter Atashian
Peter Atashian
For the record, if you want to tell the linker on Windows where you have libraries installed, you need to modify `LIB`, not `PATH`. `LIB` is used to find libraries...
As of pre 1 there is now a large biomes preset.
I've been seeing this warning as well on the CI for `winapi`. I'm pretty sure the downside of getting this warning in situations where the toolchain should clearly work outweighs...
I just want rustup out of my home directory and into AppData. There is absolutely no reason for dot directories on Windows, especially since 1. they're a pain to work...
Depending on OpenGL for Conrod might not work very well if they don't have the GPU manufacturer drivers that provide OpenGL, or if they're using Windows in a VM.
If we use the [Windows Installer](https://msdn.microsoft.com/en-us/library/windows/desktop/cc185688%28v=vs.85%29.aspx) stuff then that can provide a [user interface for us](https://msdn.microsoft.com/en-us/library/windows/desktop/aa367445%28v=vs.85%29.aspx).
@Boddlnagg Just tell the user to delete their rustup installation and download and install using the MSI instead?
I use some software which uses a .msi to self update. All it does is trigger the UAC prompt and then I see a small progress dialog and then its...
Should use `DwmFlush` whenever DWM is enabled and you're not in exclusive fullscreen.
Windows does not have signals. It does however have some similar mechanics. 1. Console Console Handlers which handle several console events. You provide a callback and it calls your callback...