Jebbs / DSFML

DSFML is a D binding of SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outdated Dub Version?

cschram opened this issue · comments

The latest version available through dub is 2.1.1, however it's not clear if this is truly the latest DSFML release. There are 2.3 and 2.4 branches, and the dsfml.com documentation seems consistent with 2.4 and not 2.1 (for instance, Clock methods return Duration in 2.1, but in 2.4 and the website documentation they return Time).

Unfortunately, I never had enough time to completely update and release DSFML until recently. 2.4 is nearly done and I expect to make a release candidate version in the next week or so.

Once I close this, you should be able to build a DSFML 2.4 project using dub. I'll keep it open until then.

Awesome, thanks for the quick reply. If there's any outstanding issues that I can help with lemme know :)

Dub version is still outdated. Do you need help with something?