mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 08:56:59 +00:00
parent
532eebd8ed
commit
bfe8453891
@ -1,7 +1,12 @@
|
||||
# Changelog for dear-imgui
|
||||
|
||||
## [1.0.0] Initial Hackage release
|
||||
## [1.0.1] Initial Hackage release
|
||||
|
||||
Based on 1.83.
|
||||
- Fixed missing headers in source dist.
|
||||
|
||||
## [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
|
||||
[1.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1
|
||||
|
@ -1,7 +1,7 @@
|
||||
cabal-version: 3.0
|
||||
|
||||
name: dear-imgui
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
author: Oliver Charles
|
||||
maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com
|
||||
license: BSD-3-Clause
|
||||
@ -15,8 +15,14 @@ description:
|
||||
build-type: Simple
|
||||
extra-source-files:
|
||||
README.md,
|
||||
ChangeLog.md,
|
||||
imgui/imgui.h
|
||||
ChangeLog.md
|
||||
|
||||
extra-source-files:
|
||||
imgui/*.h,
|
||||
imgui/backends/*.h,
|
||||
imgui/backends/*.mm,
|
||||
imgui/imconfig.h,
|
||||
imgui/LICENSE.txt
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
Loading…
Reference in New Issue
Block a user