-
Notifications
You must be signed in to change notification settings - Fork 70
can't find crate for glutin_window
#162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have no idea about this 😉 ... Never used VisualRust |
Currently there is no cargo support in VisualRust yet (see #3). When you try to build, it will just call |
I found you can build the library separately and get the .rlib in the target/debug and all .rlib files in target/debug/deps and copy them to "C:\Program Files\Rust stable 1.1\bin\rustlib\i686-pc-windows-gnu\lib". It's ugly but works! (I also tried adding AdditionalLibPaths="$(ProjectDir)" to the Rust.target file in MSBuild/VisualRust. If it worked, the rlibs could go in the project directory making things a bit cleaner. But it doens't work for some reason...) |
Finally I created VisualRust.Build.Cargo.dll and VisualRust.Build.Cargo.target. It's simple works fine. |
Fixed by #234 |
I got Visual Rust build #80 from AppVeyor, Rust 1.1, and Visual Studio 2015 installed. I created a fork of
rocket
and added the a .rsproj file and .sln.https://github.com/ctaggart/rocket
Unfortunately, I'm getting this error and I don't understand why.
cargo build
works just fine./cc @aochagavia
The text was updated successfully, but these errors were encountered: