mirror of
				https://github.com/Drezil/dear-imgui.hs.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user