SiegeLord / DAllegro5

D binding to the Allegro5 game development library
Other
42 stars 15 forks source link

update to allegro 5.2? #32

Closed GassaFM closed 8 years ago

GassaFM commented 8 years ago

What does it take to update the bindings to 5.2?

For the record, I've just tried taking 5.1 branch and changing the version number. Then, the little functionality I use worked as before against 5.2.0 binaries.

rcorre commented 8 years ago

Yep, usually the version number is the minimum required. If 5.2 is officially out, I could probably update the bindings pretty quickly. Normally I just diff the Allegro headers between versions and apply the same changes to the d bindings.

rcorre commented 8 years ago

This can be closed, I think. master is working with 5.2.

SiegeLord commented 8 years ago

Yep, thanks.