ggez / ggez-goodies

Useful modules for the ggez Rust game framework.
MIT License
63 stars 17 forks source link

camera is missing in 0.5.0 #23

Open SET001 opened 4 years ago

SET001 commented 4 years ago

it appears that camera module is being commented in 0.5.0:

//pub mod camera;

https://docs.rs/crate/ggez-goodies/0.5.0/source/src/lib.rs

SET001 commented 4 years ago

I finally managed to make it work after directly selecting repo and branch in .toml file

ggez-goodies = { git="https://github.com/ggez/ggez-goodies", branch = "master"}
icefoxen commented 4 years ago

Yeah because it broke with the 0.4 -> 0.5 transition, and it didn't seem terribly useful in the first place.