Skip to content
Open
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/opengl-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.
34 changes: 34 additions & 0 deletions recipes/opengl-mojo/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
context:
version: "0.0.4"
mojo_version: "=0.25.7"

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

source:
- git: https://github.com/ssslakter/opengl-mojo.git
rev: a33040b26b17e6d0d85e395417c8b594bba3c7a8

build:
number: 0
script:
- mojo package src -o ${{ PREFIX }}/lib/mojo/opengl.mojopkg
requirements:
host:
- mojo-compiler ${{ mojo_version }}
build:
- mojo-compiler ${{ mojo_version }}
run:
- ${{ pin_compatible('mojo-compiler') }}

about:
homepage: https://github.com/ssslakter/opengl-mojo
license: Apache-2.0
license_file: LICENSE
summary: OpenGL bindings for Mojo
repository: https://github.com/ssslakter/opengl-mojo

extra:
maintainers:
- ssslakter