Skip to content

Commit deae2e4

Browse files
committed
Removed tinyobjloader dependency from the conanfile
1 parent d1f368b commit deae2e4

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,12 @@ build_library(
5757
Vulkan
5858
glm
5959
stb
60-
tinyobjloader
6160

6261
LINK_PACKAGES
6362
glfw
6463
Vulkan::Vulkan
6564
glm::glm
6665
stb::stb
67-
tinyobjloader::tinyobjloader
6866
)
6967

7068
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_23)

conanfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def requirements(self):
8787
self.requires("glfw/3.4")
8888
self.requires("glm/1.0.1")
8989
self.requires("stb/cci.20230920")
90-
self.requires("tinyobjloader/2.0.0-rc10")
9190

9291
def layout(self):
9392
cmake_layout(self)

0 commit comments

Comments
 (0)