Skip to content

Commit

Permalink
build: bump libliftoff to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Feb 20, 2023
1 parent 2a09fbc commit 9600bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
)
Expand Down
2 changes: 1 addition & 1 deletion subprojects/libliftoff
Submodule libliftoff updated from 9c84f7 to 408341

0 comments on commit 9600bba

Please sign in to comment.