Created
August 22, 2014 10:07
-
-
Save tbillington/9ba8a60a564293e21628 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cargo.toml: | |
| [package] | |
| name = "hello_world" | |
| version = "0.0.1" | |
| authors = ["PudgePacket <[email protected]>"] | |
| [dependencies.gl] | |
| git = "https://github.com/bjz/gl-rs" | |
| error: | |
| C:\Users\Trent\Desktop\blah\hello_world>cargo update gl -v | |
| Updating git repository `https://github.com/bjz/gl-rs` | |
| Unable to update https://github.com/bjz/gl-rs | |
| Caused by: | |
| [6] Could not find repository from 'C:\Users\Trent\.cargo\git\db\gl-rs-5020f97 | |
| 825182d66' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment