Accepting request 913786 from games
- 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. - Update to 1.84.1 https://github.com/ocornut/imgui/releases/tag/v1.84 OBS-URL: https://build.opensuse.org/request/show/913786 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/imgui?expand=0&rev=5
This commit is contained in:
parent
d247f8b36c
commit
55ed52ca05
@ -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>
|
Tue Apr 20 11:18:02 UTC 2021 - Anton Smorodskyi <asmorodskyi@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package imgui
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: imgui
|
||||||
Version: 1.81
|
Version: 1.84.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Immediate Mode Graphical User interface for C++ with minimal dependencies
|
Summary: Immediate Mode Graphical User interface for C++ with minimal dependencies
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -47,6 +47,7 @@ No specific build process is required. You can add the .cpp files to your projec
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_includedir}/imgui
|
mkdir -p %{buildroot}%{_includedir}/imgui
|
||||||
cp *.h %{buildroot}%{_includedir}/imgui
|
cp *.h %{buildroot}%{_includedir}/imgui
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f7c619e03a06c0f25e8f47262dbc32d61fd033d2c91796812bf0f8c94fca78fb
|
|
||||||
size 1413443
|
|
3
v1.84.2.tar.gz
Normal file
3
v1.84.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:35cb5ca0fb42cb77604d4f908553f6ef3346ceec4fcd0189675bdfb764f62b9b
|
||||||
|
size 1405193
|
Loading…
Reference in New Issue
Block a user