소스 검색

Add version info to glfw dependency

glfwSetWindowMonitor and some other functions are only available from 3.2
onwards.
pull/305/head
Michael Vetter 7 년 전
부모
커밋
03c4ed6b3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      meson.build

+ 1
- 1
meson.build 파일 보기

@ -5,7 +5,7 @@ project('raylib', 'c', version: '1.7.0',
cc = meson.get_compiler('c')
glfw_dep = dependency('glfw3')
glfw_dep = dependency('glfw3', version : '>=3.2')
gl_dep = dependency('gl')
openal_dep = dependency('openal')
x11_dep = dependency('x11')

불러오는 중...
취소
저장