Prepare Hackage release (#70)

This commit is contained in:
Alexander Bondarenko 2021-07-01 00:47:23 +03:00 committed by GitHub
parent d42eb672a1
commit 532eebd8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 2 deletions

7
ChangeLog.md Normal file
View File

@ -0,0 +1,7 @@
# Changelog for dear-imgui
## [1.0.0] Initial Hackage release
Based on 1.83.
[1.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.0

View File

@ -25,7 +25,7 @@ OpenGL:
``` ```
package dear-imgui package dear-imgui
flags: +sdl +opengl flags: +sdl +opengl3
``` ```
With this done, the following module is the "Hello, World!" of ImGui: With this done, the following module is the "Hello, World!" of ImGui:

View File

@ -1,10 +1,27 @@
cabal-version: 3.0 cabal-version: 3.0
name: dear-imgui name: dear-imgui
version: 1.0.0 version: 1.0.0
author: Oliver Charles
maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com
license: BSD-3-Clause
category: Graphics
synopsis: Haskell bindings for Dear ImGui.
description:
The package supports multiple rendering backends.
Set package flags according to your needs.
build-type: Simple build-type: Simple
data-files: extra-source-files:
README.md,
ChangeLog.md,
imgui/imgui.h imgui/imgui.h
source-repository head
type: git
location: https://github.com/haskell-game/dear-imgui.hs
flag opengl2 flag opengl2
description: description:
Enable OpenGL 2 backend. Enable OpenGL 2 backend.