mirror of
				https://github.com/Drezil/dear-imgui.hs.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	Prepare Hackage release (#70)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							d42eb672a1
						
					
				
				
					commit
					532eebd8ed
				
			
							
								
								
									
										7
									
								
								ChangeLog.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								ChangeLog.md
									
									
									
									
									
										Normal 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
 | 
			
		||||
@@ -25,7 +25,7 @@ OpenGL:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
package dear-imgui
 | 
			
		||||
  flags: +sdl +opengl
 | 
			
		||||
  flags: +sdl +opengl3
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
With this done, the following module is the "Hello, World!" of ImGui:
 | 
			
		||||
 
 | 
			
		||||
@@ -1,10 +1,27 @@
 | 
			
		||||
cabal-version: 3.0
 | 
			
		||||
 | 
			
		||||
name: dear-imgui
 | 
			
		||||
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
 | 
			
		||||
data-files:
 | 
			
		||||
extra-source-files:
 | 
			
		||||
  README.md,
 | 
			
		||||
  ChangeLog.md,
 | 
			
		||||
  imgui/imgui.h
 | 
			
		||||
 | 
			
		||||
source-repository head
 | 
			
		||||
  type: git
 | 
			
		||||
  location: https://github.com/haskell-game/dear-imgui.hs
 | 
			
		||||
 | 
			
		||||
flag opengl2
 | 
			
		||||
  description:
 | 
			
		||||
    Enable OpenGL 2 backend.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user