Dub use local fork
    Mike Parker 
    aldacron at gmail.com
       
    Sat Sep 23 04:45:47 UTC 2017
    
    
  
On Saturday, 23 September 2017 at 03:13:15 UTC, Nicholas Wilson 
wrote:
> my dub.selections.json is currently:
>
> {
> 	"fileVersion": 1,
> 	"versions": {
> 		"derelict-cl": "2.0.0",
> 		"derelict-cuda": "2.0.1",
> 		"derelict-util": "2.1.0",
> 		"taggedalgebraic": "0.10.7"
> 	}
> }
>
> I want derelict-cl to use
> C:\Users\me\Documents\GitHub\DerelictCL
>
> How do I do that?
>
http://code.dlang.org/package-format?lang=json#version-specs
"derelict-cl": { "path": 
"C:/Users/me/Documents/GitHub/DerelictCL" }
    
    
More information about the Digitalmars-d-learn
mailing list