From f07f2772c4da04b94f28e8feb0d854c3584db26a Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 22 Feb 2026 20:29:01 +0100 Subject: [PATCH] remove octree library dependency (it doesn't store center of mass per node) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d596b3b..f056ab0 100644 --- a/flake.nix +++ b/flake.nix @@ -139,7 +139,7 @@ rec { # boost # sfml raylib - octree + # octree # this one doesn't store center of mass per node - which I need :( llvmPackages.openmp # not required for compilation but for clangd to find the headers # raylib-cpp # tinyobjloader