From fb23c8d47f6dcef429423256d8dddcc0f7184fc4 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Sun, 4 Jun 2023 13:02:14 +0200 Subject: Further advances in nuklear port. Rendering now looks similar to Qt version, needs a few tweaks: * Proper multisampling * Background Missing features: * Barcharts * Interactivity (e.g. brushing/linking in all objects) * History view of interactions --- manifest.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm index 2493f02..83035ed 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,6 +1,7 @@ (use-modules (guix packages) (gnu packages cmake) (gnu packages commencement) + (gnu packages cpp) (gnu packages gdb) (gnu packages gl) (gnu packages maths) @@ -11,6 +12,7 @@ (packages->manifest (list armadillo + ccls cmake egl-wayland gcc-toolchain -- cgit v1.2.3