Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make repo haxelib-friendly #1

Merged
merged 2 commits into from
Oct 22, 2020
Merged

Conversation

AustinEast
Copy link
Contributor

This PR just makes some minor changes to make hlimgui usable through haxelib. You still have to copy over the .hdll to your project's root (would be nice if haxelib could handle this, but im not sure if it can), but this is a nice start 👍

Cliff notes:

  • Adds a haxelib.json so haxelib can register the library
  • Moves the sample (Main.hx) to the src directory so it doesn't interfere when the root directory is scanned by haxelib

@haddock7
Copy link
Owner

Thanks @AustinEast I really appreciate your work!
Can you do add your name to the contributor list in haxelib.json?

@haddock7
Copy link
Owner

I don't think that Haxelib can handle currently this kind of library which includes native binaries. But you're right, it's a good start.

@AustinEast
Copy link
Contributor Author

AustinEast commented Oct 21, 2020

Can you do add your name to the contributor list in haxelib.json?

Done! And I might end up asking around about .hdll support with haxelibs, hopefully it'd be an easy add 👍

@haddock7 haddock7 merged commit e17499b into haddock7:master Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants