You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to build the 3D example for gamercade and it failed to compile. I found out it was because the 0.1.2 version of gamercade_rs apparently has breaking changes in it compared to 0.1.1 but since it was published as a bugfix release, cargo didn't hesitate to use it over 0.1.1.
It should probably be yanked and pushed as 0.2.0.
The text was updated successfully, but these errors were encountered:
hey @zicklag thanks for the report - i went ahead and updated the 3d example to fix this. completely missed this case - but will have this fixed for sure in the future regarding gamercade 0.2.0 and onward
Hey there!
I just tried to build the 3D example for gamercade and it failed to compile. I found out it was because the
0.1.2
version ofgamercade_rs
apparently has breaking changes in it compared to0.1.1
but since it was published as a bugfix release, cargo didn't hesitate to use it over0.1.1
.It should probably be yanked and pushed as 0.2.0.
The text was updated successfully, but these errors were encountered: