From ddd609290b99fb66c513d8ae2ffe822ace39739e Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 7 Aug 2024 09:23:17 -0400 Subject: [PATCH] move dependencies to nix shell --- shell.nix | 1 + vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index bb570b0..4ef0504 100644 --- a/shell.nix +++ b/shell.nix @@ -5,6 +5,7 @@ pkgs.llvmPackages.stdenv.mkDerivation { name = "Development"; buildInputs = with pkgs.buildPackages; [ + fmt glfw-wayland libglvnd libglvnd.dev diff --git a/vcpkg.json b/vcpkg.json index 188685d..415a3ab 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,3 +1,3 @@ { - "dependencies": ["fmt", "glfw3", "glad"] + "dependencies": ["glad"] }