Accepting request 1040801 from home:dirkmueller:Factory
- update to 1.89.1: * too many changes to list here, see https://github.com/ocornut/imgui/releases/tag/v1.89.1 OBS-URL: https://build.opensuse.org/request/show/1040801 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/imgui?expand=0&rev=6
This commit is contained in:
parent
55ed52ca05
commit
afbc305ab7
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 20:58:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.89.1:
|
||||
* too many changes to list here, see https://github.com/ocornut/imgui/releases/tag/v1.89.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 23 13:52:58 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
24
imgui.spec
24
imgui.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package imgui
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: imgui
|
||||
Version: 1.84.2
|
||||
Version: 1.89.1
|
||||
Release: 0
|
||||
Summary: Immediate Mode Graphical User interface for C++ with minimal dependencies
|
||||
License: MIT
|
||||
@ -28,20 +28,30 @@ BuildRequires: c++_compiler
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
ImGui is a bloat-free graphical user interface library for C++. It outputs optimized vertex buffers that you can render anytime in your 3D-pipeline enabled application. It is fast, portable, renderer agnostic and self-contained (no external dependencies).
|
||||
ImGui is a bloat-free graphical user interface library for C++. It outputs
|
||||
optimized vertex buffers that you can render anytime in your 3D-pipeline
|
||||
enabled application. It is fast, portable, renderer agnostic and self-contained
|
||||
(no external dependencies).
|
||||
|
||||
ImGui is designed to enable fast iteration and empower programmers to create content creation tools and visualization/ debug tools (as opposed to UI for the average end-user). It favors simplicity and productivity toward this goal, and thus lacks certain features normally found in more high-level libraries.
|
||||
ImGui is designed to enable fast iteration and empower programmers to create
|
||||
content creation tools and visualization/ debug tools (as opposed to UI for the
|
||||
average end-user). It favors simplicity and productivity toward this goal, and
|
||||
thus lacks certain features normally found in more high-level libraries.
|
||||
|
||||
ImGui is particularly suited to integration in realtime 3D applications, fullscreen applications, embedded applications, games, or any applications on consoles platforms where operating system features are non-standard.
|
||||
ImGui is particularly suited to integration in realtime 3D applications,
|
||||
fullscreen applications, embedded applications, games, or any applications on
|
||||
consoles platforms where operating system features are non-standard.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for ImGui
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description devel
|
||||
ImGui is self-contained within a few files that you can easily copy and compile into your application/engine.
|
||||
ImGui is self-contained within a few files that you can easily copy and compile
|
||||
into your application/engine.
|
||||
|
||||
No specific build process is required. You can add the .cpp files to your project or #include them from an existing file.
|
||||
No specific build process is required. You can add the .cpp files to your
|
||||
project or #include them from an existing file.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35cb5ca0fb42cb77604d4f908553f6ef3346ceec4fcd0189675bdfb764f62b9b
|
||||
size 1405193
|
3
v1.89.1.tar.gz
Normal file
3
v1.89.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d02a0079514d869e4b5f8f590f9060259385fcddd93a07ef21298b6a9610cbd
|
||||
size 1515477
|
Loading…
Reference in New Issue
Block a user