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