ruga icon indicating copy to clipboard operation
ruga copied to clipboard

cargo build --release results in "Could not compile `core-graphics`"

Open dgollahon opened this issue 7 years ago • 1 comments

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!

dgollahon avatar Sep 01 '18 01:09 dgollahon

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.

gui1117 avatar Sep 01 '18 07:09 gui1117