Normalize face coords to make them easier to work with
This commit is contained in:
parent
4fedebd627
commit
e8b7075974
2 changed files with 57 additions and 64 deletions
|
|
@ -2,6 +2,7 @@ with import <nixpkgs> { };
|
|||
mkShell rec {
|
||||
name = "quil-env";
|
||||
buildInputs = with pkgs; [
|
||||
clojure
|
||||
xorg_sys_opengl
|
||||
];
|
||||
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue