-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
128 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies ; docking branch | ||
license: MIT | ||
|
@@ -12,8 +12,8 @@ src-url : https://github.com/ocornut/imgui | |
package-url: https://github.com/build2-packaging/imgui | ||
package-email: [email protected] | ||
|
||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
|
||
tests: libimgui-null-backend-test-docking == $ | ||
examples: libimgui-examples-docking == $ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-examples-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Executable examples of usage of the Dear ImGui library ; docking branch | ||
license: MIT | ||
|
@@ -12,8 +12,8 @@ src-url : https://github.com/ocornut/imgui | |
package-url: https://github.com/build2-packaging/imgui | ||
package-email: [email protected] | ||
|
||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui-platform-glfw-docking == $ | ||
depends: libimgui-platform-osx-docking == $ ? ($cxx.target.class == 'macos') | ||
depends: libimgui-platform-win32-docking == $ ? ($cxx.target.class == 'windows') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-examples | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Executable examples of usage of the Dear ImGui library | ||
license: MIT | ||
|
@@ -12,8 +12,8 @@ src-url : https://github.com/ocornut/imgui | |
package-url: https://github.com/build2-packaging/imgui | ||
package-email: [email protected] | ||
|
||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui-platform-glfw == $ | ||
depends: libimgui-platform-osx == $ ? ($cxx.target.class == 'macos') | ||
depends: libimgui-platform-win32 == $ ? ($cxx.target.class == 'windows') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-null-backend-test-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Package using Dear ImGui's example_null backend to test libimgui ; docking branch | ||
license: MIT | ||
|
@@ -12,6 +12,6 @@ src-url : https://github.com/ocornut/imgui | |
package-url: https://github.com/build2-packaging/imgui | ||
package-email: [email protected] | ||
|
||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-null-backend-test | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Package using Dear ImGui's example_null backend to test libimgui. | ||
license: MIT | ||
|
@@ -12,6 +12,6 @@ src-url : https://github.com/ocornut/imgui | |
package-url: https://github.com/build2-packaging/imgui | ||
package-email: [email protected] | ||
|
||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-platform-glfw-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui platform backend for GLFW ; docking branch | ||
license: MIT | ||
|
@@ -12,7 +12,7 @@ src-url : https://github.com/ocornut/imgui | |
package-url: https://github.com/build2-packaging/imgui | ||
package-email: [email protected] | ||
|
||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui-docking == $ | ||
depends: glfw ^3.3.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-platform-glfw | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui platform backend for GLFW | ||
license: MIT | ||
|
@@ -12,7 +12,7 @@ src-url : https://github.com/ocornut/imgui | |
package-url: https://github.com/build2-packaging/imgui | ||
package-email: [email protected] | ||
|
||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui == $ | ||
depends: glfw ^3.3.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-platform-osx-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui platform backend for OSX ; docking branch | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +macos -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui-docking == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-platform-osx | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui platform backend for OSX | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +macos -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-platform-win32-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui platform backend for Win32 ; docking branch | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +windows -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui-docking == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-platform-win32 | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui platform backend for Win32 | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +windows -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-render-dx10-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui render backend for DirectX 10 ; docking branch | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +windows -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui-docking == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-render-dx10 | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui render backend for DirectX 10 | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +windows -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-render-dx11-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui render backend for DirectX 11 ; docking branch | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +windows -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui-docking == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-render-dx11 | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui render backend for DirectX 11 | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +windows -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-render-dx12-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui render backend for DirectX 12 ; docking branch | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +windows -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui-docking == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-render-dx12 | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui render backend for DirectX 12 | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +windows -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-render-dx9-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui render backend for DirectX 9 ; docking branch | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +windows -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui-docking == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-render-dx9 | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui render backend for DirectX 9 | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +windows -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-render-metal-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui render backend for Metal ; docking branch | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +macos -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui-docking == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-render-metal | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui render backend for Metal | ||
license: MIT | ||
|
@@ -13,6 +13,6 @@ package-url: https://github.com/build2-packaging/imgui | |
package-email: [email protected] | ||
|
||
builds: &( +macos -gcc ) | ||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui == $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
: 1 | ||
name: libimgui-render-opengl2-docking | ||
version: 1.91.0 | ||
version: 1.91.4 | ||
project: imgui | ||
summary: Dear ImGui render backend for Open GL 2 ; docking branch | ||
license: MIT | ||
|
@@ -12,7 +12,7 @@ src-url : https://github.com/ocornut/imgui | |
package-url: https://github.com/build2-packaging/imgui | ||
package-email: [email protected] | ||
|
||
depends: * build2 >= 0.15.0 | ||
depends: * bpkg >= 0.15.0 | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
depends: libimgui-docking == $ | ||
depends: libopengl-meta ^1.0.0- |
Oops, something went wrong.