Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added recipes/vulkan-mojo/image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions recipes/vulkan-mojo/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
context:
version: "0.1.0"

package:
name: "vulkan-mojo"
version: ${{ version }}

source:
- git: https://github.com/Ryul0rd/vulkan-mojo.git
rev: 06906c5c563c2f74b3bd5ea53532afb2ae2bc3b3

build:
number: 0
script:
- mojo package vk -o ${{ PREFIX }}/lib/mojo/vulkan.mojopkg
requirements:
host:
- max=25.6
run:
- ${{ pin_compatible('max') }}

about:
homepage: https://github.com/Ryul0rd/vulkan-mojo
license: MIT
license_file: LICENSE
summary: Generated Mojo bindings for the Vulkan graphics API
repository: https://github.com/Ryul0rd/vulkan-mojo

extra:
project_name: vulkan-mojo
maintainers:
- Ryul0rd