glfw

Clojure bindings to the GLFW windowing system

Leiningen/Boot

[glfw "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

glfw/glfw {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("glfw:glfw:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>glfw</groupId>
  <artifactId>glfw</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>