Re: dub configuration for a dependency?

2018-09-27 Thread joshuabarnes via Digitalmars-d
On Wednesday, 26 September 2018 at 11:03:04 UTC, Laurent Tréguier wrote: On Wednesday, 26 September 2018 at 10:41:36 UTC, joshuabarnes wrote: By default, DerelictODE is configured to load the double-precision version of ODE. If you want to load the single-precision version, declare "DerelictODE

Re: dub configuration for a dependency?

2018-09-26 Thread Laurent Tréguier via Digitalmars-d
On Wednesday, 26 September 2018 at 10:41:36 UTC, joshuabarnes wrote: By default, DerelictODE is configured to load the double-precision version of ODE. If you want to load the single-precision version, declare "DerelictODE_Single" as a version in the build settings of your dub.json. What does

dub configuration for a dependency?

2018-09-26 Thread joshuabarnes via Digitalmars-d
By default, DerelictODE is configured to load the double-precision version of ODE. If you want to load the single-precision version, declare "DerelictODE_Single" as a version in the build settings of your dub.json. What does this actually mean? I have "dependencies": { "derelict-