We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ef611 commit ec4ab13Copy full SHA for ec4ab13
recipes/vulkan-mojo/image.jpg
40.7 KB
recipes/vulkan-mojo/recipe.yaml
@@ -0,0 +1,32 @@
1
+context:
2
+ version: "0.1.0"
3
+
4
+package:
5
+ name: "vulkan-mojo"
6
+ version: ${{ version }}
7
8
+source:
9
+ - git: https://github.com/Ryul0rd/vulkan-mojo.git
10
+ rev: 06906c5c563c2f74b3bd5ea53532afb2ae2bc3b3
11
12
+build:
13
+ number: 0
14
+ script:
15
+ - mojo package vk -o ${{ PREFIX }}/lib/mojo/vulkan.mojopkg
16
+requirements:
17
+ host:
18
+ - max=25.6
19
+ run:
20
+ - ${{ pin_compatible('max') }}
21
22
+about:
23
+ homepage: https://github.com/Ryul0rd/vulkan-mojo
24
+ license: MIT
25
+ license_file: LICENSE
26
+ summary: Generated Mojo bindings for the Vulkan graphics API
27
+ repository: https://github.com/Ryul0rd/vulkan-mojo
28
29
+extra:
30
+ project_name: vulkan-mojo
31
+ maintainers:
32
+ - Ryul0rd
0 commit comments