What steps are necessary to compile vibe.d to in 64-bit mode in windows?
When I tried the default just with --arch=x86_64, it said it can't find "lib\win-amd64\event2.lib", which indeed is not there:

Linking...
LINK : fatal error LNK1104: Datei "..\..\Users\Unknown\AppData\Roaming\dub\packages\vibe-d-master\lib\win-amd64\event2.lib" kann nicht geƶffnet werden.
--- errorlevel 1104

So I thought I might simply use the "VibeWin32Driver" version in my package.json, which turned up the same error.