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"] }