Skip to content

Commit ec4ab13

Browse files
authored
add vulkan-mojo recipe (#167)
* add vulkan-mojo recipe * fix incorrect path
1 parent 52ef611 commit ec4ab13

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

recipes/vulkan-mojo/image.jpg

40.7 KB
Loading

recipes/vulkan-mojo/recipe.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)