SHA256
5
0
forked from pool/imgui

Accepting request 914685 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/914685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imgui?expand=0&rev=2
This commit is contained in:
2021-08-28 20:29:04 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Aug 23 13:52:58 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to 1.84.2
Bugfix release:
* Disabled: Fixed nested BeginDisabled()/EndDisabled() calls.
* Backends: OpenGL3: OpenGL: Fixed ES 3.0 shader ("#version 300
es") to use normal precision floats. Avoid wobbly rendering at
HD resolutions.
-------------------------------------------------------------------
Sat Aug 21 21:26:07 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to 1.84.1
https://github.com/ocornut/imgui/releases/tag/v1.84
-------------------------------------------------------------------
Tue Apr 20 11:18:02 UTC 2021 - Anton Smorodskyi <asmorodskyi@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package imgui
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: imgui
Version: 1.81
Version: 1.84.2
Release: 0
Summary: Immediate Mode Graphical User interface for C++ with minimal dependencies
License: MIT
@@ -47,6 +47,7 @@ No specific build process is required. You can add the .cpp files to your projec
%setup -q
%build
%install
mkdir -p %{buildroot}%{_includedir}/imgui
cp *.h %{buildroot}%{_includedir}/imgui

BIN
v1.81.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
v1.84.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.