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

Bump version to 1.91.4 #29

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions libimgui-docking/manifest
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
Expand All @@ -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 == $
Expand Down
6 changes: 3 additions & 3 deletions libimgui-examples-docking/manifest
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
Expand All @@ -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')
Expand Down
6 changes: 3 additions & 3 deletions libimgui-examples/manifest
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
Expand All @@ -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')
Expand Down
6 changes: 3 additions & 3 deletions libimgui-null-backend-test-docking/manifest
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
Expand All @@ -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

6 changes: 3 additions & 3 deletions libimgui-null-backend-test/manifest
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
Expand All @@ -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

6 changes: 3 additions & 3 deletions libimgui-platform-glfw-docking/manifest
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
Expand All @@ -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
6 changes: 3 additions & 3 deletions libimgui-platform-glfw/manifest
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
Expand All @@ -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
6 changes: 3 additions & 3 deletions libimgui-platform-osx-docking/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-platform-osx/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-platform-win32-docking/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-platform-win32/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-render-dx10-docking/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-render-dx10/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-render-dx11-docking/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-render-dx11/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-render-dx12-docking/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-render-dx12/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-render-dx9-docking/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-render-dx9/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-render-metal-docking/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-render-metal/manifest
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
Expand All @@ -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 == $
6 changes: 3 additions & 3 deletions libimgui-render-opengl2-docking/manifest
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
Expand All @@ -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-
Loading
Loading