README.md

# 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`:

```elixir
def deps do
  [
    {:exray, "~> 0.3.0"}
  ]
end
```