Fix sdl flag in cabal.project (#163)

This commit is contained in:
Alexander Bondarenko 2022-11-30 20:08:06 +03:00 committed by GitHub
parent cd99938f97
commit 258777f8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
packages: *.cabal
package dear-imgui
flags: +sdl2 +glfw +opengl2 +opengl3 +vulkan +examples
flags: +sdl +glfw +opengl2 +opengl3 +vulkan +examples
ghc-options: -Wall -Wcompat -fno-warn-unused-do-bind