Local module dependancy using dub

Imperatorn johan_forsberg_86 at hotmail.com
Fri Oct 1 21:15:54 UTC 2021


On Friday, 1 October 2021 at 20:59:40 UTC, Winfred Raj wrote:
> Hello all,
> I created a project using dub init and got it successfully 
> built with main as the entry point. Dxml was a dependency which 
> was used here.
>
> Now I have started another gtkd project using dub init and here 
> I would like to import the first project. How do I go about 
> doing this??
>
> Best regards,
> Winfred Raj

iirc, something like:

```json
"dependencies": {
		"your-proj":{"path":"../your-proj/"}
	}
```


More information about the Digitalmars-d-learn mailing list