Hejsil / zig-clap

Command line argument parsing library
MIT License
939 stars 67 forks source link

build: use new addModule() API which now returns a Module #95

Closed travisstaloch closed 1 year ago

travisstaloch commented 1 year ago

This is necessary now that the API was changed in https://github.com/ziglang/zig/pull/14785.

Now that b.addModule() returns a *Module, we can reuse it as discussed here

Hejsil commented 1 year ago

Thanks!