View Source Exray

Raylib Bindings for the Elixir Programming Language

Installation

This package can be installed by adding exray to your list of dependencies in mix.exs:

def deps do
  [
    {:exray, "~> 0.4.0"}
  ]
end