<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.openrndr</groupId>
  <artifactId>openrndr-gl3-natives-windows</artifactId>
  <version>0.3.36-rc5</version>
  <name>openrndr-gl3-natives-windows</name>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>edwinRNDR</id>
      <name>Edwin Jakobs</name>
      <email>edwin@openrndr.org</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>org.lwjgl</groupId>
      <artifactId>lwjgl</artifactId>
      <version>3.2.3</version>
      <classifier>natives-windows</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.lwjgl</groupId>
      <artifactId>lwjgl-glfw</artifactId>
      <version>3.2.3</version>
      <classifier>natives-windows</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.lwjgl</groupId>
      <artifactId>lwjgl-jemalloc</artifactId>
      <version>3.2.3</version>
      <classifier>natives-windows</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.lwjgl</groupId>
      <artifactId>lwjgl-openal</artifactId>
      <version>3.2.3</version>
      <classifier>natives-windows</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.lwjgl</groupId>
      <artifactId>lwjgl-opengl</artifactId>
      <version>3.2.3</version>
      <classifier>natives-windows</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.lwjgl</groupId>
      <artifactId>lwjgl-stb</artifactId>
      <version>3.2.3</version>
      <classifier>natives-windows</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.3.50</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.github.microutils</groupId>
      <artifactId>kotlin-logging</artifactId>
      <version>1.7.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <properties>
    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
    <nebula_Implementation_Title>org.openrndr#openrndr-gl3-natives-windows;0.3.36-rc5</nebula_Implementation_Title>
    <nebula_Implementation_Version>0.3.36-rc5</nebula_Implementation_Version>
    <nebula_Built_Status>integration</nebula_Built_Status>
    <nebula_Built_By>travis</nebula_Built_By>
    <nebula_Built_OS>Linux</nebula_Built_OS>
    <nebula_Build_Date>2019-11-13_10:56:32</nebula_Build_Date>
    <nebula_Gradle_Version>4.10.3</nebula_Gradle_Version>
    <nebula_Module_Owner>edwin@openrndr.org</nebula_Module_Owner>
    <nebula_Module_Email>edwin@openrndr.org</nebula_Module_Email>
    <nebula_Module_Source>/openrndr-gl3-natives-windows</nebula_Module_Source>
    <nebula_Module_Origin>https://github.com/openrndr/openrndr.git</nebula_Module_Origin>
    <nebula_Change>70e28fb</nebula_Change>
    <nebula_Branch>70e28fb8a84e085feb8a884fa5ee9ed732dd9261</nebula_Branch>
    <nebula_Build_Host>travis-job-c70a60d2-75cb-436f-a62e-ed075e8a7601</nebula_Build_Host>
    <nebula_Build_Job>openrndr/openrndr</nebula_Build_Job>
    <nebula_Build_Number>551</nebula_Build_Number>
    <nebula_Build_Id>611311886</nebula_Build_Id>
    <nebula_Created_By>1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12 (Oracle Corporation)</nebula_Created_By>
    <nebula_Build_Java_Version>1.8.0_191</nebula_Build_Java_Version>
    <nebula_X_Compile_Target_JDK>1.8</nebula_X_Compile_Target_JDK>
    <nebula_X_Compile_Source_JDK>1.8</nebula_X_Compile_Source_JDK>
  </properties>
  <url>https://github.com/openrndr/openrndr</url>
  <scm>
    <url>https://github.com/openrndr/openrndr.git</url>
  </scm>
</project>
