jacob-carlborg / dstep

A tool for converting C and Objective-C headers to D modules
204 stars 37 forks source link

Add support for adding public imports #287

Closed jacob-carlborg closed 11 months ago

jacob-carlborg commented 11 months ago

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.