jacob-carlborg / dstep

A tool for converting C and Objective-C headers to D modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for adding public imports

jacob-carlborg opened this issue · comments

It's already possible to add imports to the generated D files, using the --global-import flag. It would be useful to be able to add public imports as well.