build: bump libliftoff to 0.4.0

This commit is contained in:
Simon Ser 2023-02-20 22:07:30 +01:00
parent 2a09fbcb69
commit 9600bbaadf
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ spirv_shaders = glsl_generator.process(shader_src)
liftoff_dep = dependency( liftoff_dep = dependency(
'libliftoff', 'libliftoff',
version: ['>= 0.3.0', '< 0.4.0'], version: ['>= 0.4.0', '< 0.5.0'],
fallback: ['libliftoff', 'liftoff'], fallback: ['libliftoff', 'liftoff'],
default_options: ['default_library=static'], default_options: ['default_library=static'],
) )

@ -1 +1 @@
Subproject commit 9c84f7945aab0d88365f4c878f9de8a68deca3ea Subproject commit 40834142e1ab25cf0fc8e5461e51f08562294f11