Преглед изворни кода

Merge pull request #305 from jubalh/mesondepv

Add version info to glfw dependency
pull/309/head
Ray пре 8 година
committed by GitHub
родитељ
комит
c46abd34d4
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')

Loading…
Откажи
Сачувај