diff options
author | Matthew Waters <matthew@centricular.com> | 2019-08-13 15:23:11 +1000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2019-08-14 03:58:27 +0000 |
commit | 49befd51416ebeebab561bc5168c3c825e28e588 (patch) | |
tree | 9442d755dbbc07951a07157b44cecf1d6f196773 /recipes/moltenvk.recipe | |
parent | 662a8ce3edfbb168c025fe82ac9673c45e86a29c (diff) |
moltenvk: update to 1.1.114.0
Includes multiple rendering fixes
Diffstat (limited to 'recipes/moltenvk.recipe')
-rw-r--r-- | recipes/moltenvk.recipe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/moltenvk.recipe b/recipes/moltenvk.recipe index 4ad21b2d..5c693f39 100644 --- a/recipes/moltenvk.recipe +++ b/recipes/moltenvk.recipe @@ -6,7 +6,7 @@ from cerbero.tools.libtool import LibtoolLibrary class Recipe(recipe.Recipe): name = 'moltenvk' - version = '1.1.101.0' + version = '1.1.114.0' licenses = [License.Apachev2] stype = SourceType.CUSTOM btype = BuildType.CUSTOM @@ -22,7 +22,6 @@ class Recipe(recipe.Recipe): 'spirv-opt', 'spirv-reduce', 'spirv-remap', - 'spirv-stats', 'spirv-val', 'vulkaninfo', ] |