From b2433c8848dc8bd75a176c9bf9adf8a81b31304d Mon Sep 17 00:00:00 2001 From: Luke Philpot Date: Mon, 22 Apr 2019 12:08:36 +1000 Subject: [PATCH] remove unneeded deps --- ports/tinygltf/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/tinygltf/CONTROL b/ports/tinygltf/CONTROL index 63c23ddaf2..4baf2cf212 100644 --- a/ports/tinygltf/CONTROL +++ b/ports/tinygltf/CONTROL @@ -1,4 +1,4 @@ Source: tinygltf Version: 2.2.0 Description: A header only C++11 glTF 2.0 library. -Build-Depends: stb, nlohmann-json, glew, glfw3 \ No newline at end of file +Build-Depends: stb, nlohmann-json \ No newline at end of file