ruga
ruga copied to clipboard
cargo build --release results in "Could not compile `core-graphics`"
I found this game on a rust game development site somewhere and was curious to play this (the game mechanic seems really cool), but I wasn't able to get it to compile. I get a bunch of errors about trying to access private objects in core-graphics. I don't necessarily expect you to want to fix it, but I thought you should know. Thanks!
Erf I'm away from my computer until Tuesday. However core-graphics seems to be a dependence of glutinous which is used by glium. I have no idea why it does not compile but maybe updating glium/glutin could solve the issue.