Skip to content

Commit 786ac4f

Browse files
Removed unused EGL
1 parent baafc87 commit 786ac4f

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

LICENSE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ https://github.com/corporateshark/bootstrapping/blob/master/LICENSE
4646
Damaged Helmet
4747
https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/DamagedHelmet/README.md
4848

49-
EGL
50-
https://github.com/McNopper/EGL/blob/master/EGL/LICENCE.txt
51-
5249
fast_obj
5350
https://github.com/thisistherk/fast_obj/blob/master/LICENSE
5451

samples/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ macro(ADD_DEMO app)
2626
target_link_libraries(${app} PRIVATE LVKLibrary)
2727
target_link_libraries(${app} PRIVATE meshoptimizer)
2828
target_link_libraries(${app} PRIVATE fast_obj_lib)
29-
if(UNIX AND NOT APPLE)
30-
target_link_libraries(${app} PRIVATE EGL)
31-
endif()
3229
target_link_libraries(${app} PRIVATE LVKstb)
3330
endif()
3431

third-party/bootstrap-deps.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,6 @@
175175
"revision": "v0.12.2"
176176
}
177177
},
178-
{
179-
"name": "EGL",
180-
"source": {
181-
"type": "git",
182-
"url": "https://github.com/McNopper/EGL.git",
183-
"revision": "f20cdac3745a0d45ce8a8358ea40389278ae91e5"
184-
}
185-
},
186178
{
187179
"name": "minilog",
188180
"source": {

0 commit comments

Comments
 (0)