Closed mrcbax closed 7 years ago
For example in Cargo.toml where you have the dependency line:
Cargo.toml
winapi={ path = "../winapi-rs/" }
Rewrite it to match:
winapi={ path = "winapi-rs/" }
Then put the local winapi folder inside the repository so that we can at least have a chance at compiling your code.
Will do. Sorry, this project was making a lot of headway then got cut off due to life getting in the way. Hoping to get back to it soon. :)
For example in
Cargo.toml
where you have the dependency line:winapi={ path = "../winapi-rs/" }
Rewrite it to match:
winapi={ path = "winapi-rs/" }
Then put the local winapi folder inside the repository so that we can at least have a chance at compiling your code.