diff --git a/src/meson.build b/src/meson.build index 1adf8f1..3f08c1c 100644 --- a/src/meson.build +++ b/src/meson.build @@ -76,7 +76,7 @@ spirv_shaders = glsl_generator.process(shader_src) liftoff_dep = dependency( 'libliftoff', - version: ['>= 0.3.0', '< 0.4.0'], + version: ['>= 0.4.0', '< 0.5.0'], fallback: ['libliftoff', 'liftoff'], default_options: ['default_library=static'], ) diff --git a/subprojects/libliftoff b/subprojects/libliftoff index 9c84f79..4083414 160000 --- a/subprojects/libliftoff +++ b/subprojects/libliftoff @@ -1 +1 @@ -Subproject commit 9c84f7945aab0d88365f4c878f9de8a68deca3ea +Subproject commit 40834142e1ab25cf0fc8e5461e51f08562294f11