Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC DearImGUI #16

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ tests: True

test-show-details: direct

package dear-imgui
flags: +sdl -opengl3 +sdl-renderer

package credential-manager
tests: True
ghc-options: -Werror
Expand Down
4 changes: 4 additions & 0 deletions credential-manager/credential-manager.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ executable signing-tool
, credential-manager
, crypton
, crypton-x509
, dear-imgui
, directory
, filepath
, formatting
Expand All @@ -233,13 +234,16 @@ executable signing-tool
, gi-glib
, gi-gtk ==4.0.8
, haskell-gi-base ==0.26.4
, hzenity
, managed
, memory
, optparse-applicative
, pem
, plutus-ledger-api
, process
, reactive-banana
, reactive-banana-gi-gtk
, sdl2
, text
, transformers
, witherable
Expand Down
1 change: 1 addition & 0 deletions nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cabalProject:
pkgs.openssl
pkgs.ghcid
pkgs.wrapGAppsHook4
pkgs.gnome3.zenity
# inputs.nixgl.packages.nixGLDefault
inputs.cardano-node.packages.cardano-node
inputs.cardano-cli.packages."cardano-cli:exe:cardano-cli"
Expand Down