Open TheFloatingBrain opened 2 years ago
This inclusion request template is mostly outdated. It still exists from a time when we used individual repositories for every recipe. Now, where we have this central repository, people can just open pull requests with new recipes. Please do so.
I noticed that you haven't checked the checkbox regarding the MIT license. Please note, that all of our recipes and related files are MIT-licensed and we only accept MIT licensed contributions.
Note: When this relies on some special version of imgui-sfml
then you first need to create a pull request against this recipe to add a new version.
This inclusion request template is mostly outdated. It still exists from a time when we used individual repositories for every recipe. Now, where we have this central repository, people can just open pull requests with new recipes. Please do so.
Oh sorry about that haha, it just came up when I was making the issue
I noticed that you haven't checked the checkbox regarding the MIT license. Please note, that all of our recipes and related files are MIT-licensed and we only accept MIT licensed contributions.
Oh I can do that, just haven't added it yet
Note: When this relies on some special version of imgui-sfml then you first need to create a pull request against this recipe to add a new version.
Okay, I will add a configuration to conandata.yml for the imgui docking branch (I will just make the version docking
).
I had a couple of questions for when I do:
config.yml
file? I tried searching the conan documentation but couldn't find it and have just been specifying version = "2.5"
in conanfile.py
https://github.com/USER/REPO/archive/refs/heads/BRANCH.zip
) ?
Package Details
Inclusion request
Checklist for the Bincrafters team
stable/*
branches, which requires a pull request with at least one approval first before things can get publishedComments
Library is new but seems like it could potentially be a great introduction for 3d game programming in a simple style similar to SFML
NOTE: I edited
conandata.yml
for theimgui-sfml
recipe to use the docking branch so it will work with dimension3d which needs it, I tested this with the code in this gist using conan and the and recipe I made.