winmd
Win32 API Metadata bindings generator. This application will read the JSON files created by Win32jsongen.
Installation
-
Add the dependency to your
shard.yml
:dependencies: winmd: github: mjblack/winmd
-
Run
shards install
Usage
Run the command bin\winmd.exe
from the shard itself or from your own shard.
Contributing
- Fork it (https://github.com/mjblack/winmd/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Matthew J. Black - creator and maintainer