remove octree library dependency (it doesn't store center of mass per node)
This commit is contained in:
@ -139,7 +139,7 @@ rec {
|
|||||||
# boost
|
# boost
|
||||||
# sfml
|
# sfml
|
||||||
raylib
|
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
|
llvmPackages.openmp # not required for compilation but for clangd to find the headers
|
||||||
# raylib-cpp
|
# raylib-cpp
|
||||||
# tinyobjloader
|
# tinyobjloader
|
||||||
|
|||||||
Reference in New Issue
Block a user