gamercade-io / gamercade_console

A Neo-Retro Fantasy Console. Make WASM-powered, networked multiplayer games.
https://gamercade.io
Apache License 2.0
165 stars 10 forks source link

`gamercade_rs` Crate 0.1.2 is a Breaking Release, But Not Marked As Such #95

Open zicklag opened 1 year ago

zicklag commented 1 year ago

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 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.

RobDavenport commented 1 year ago

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