<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.ayfri</groupId>
  <artifactId>PIXI-Kotlin-pixi</artifactId>
  <version>0.5.0</version>
  <packaging>klib</packaging>
  <name>pixi</name>
  <description>Kotlin bindings for PIXI.js</description>
  <url>https://github.com/Ayfri/PIXI-kotlin</url>
  <licenses>
    <license>
      <name>GPLv3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Ayfri</id>
      <name>Roy Pierre</name>
      <email>pierre.ayfri@gmail.com</email>
    </developer>
    <developer>
      <id>maxonline</id>
      <name>Maximilian Skog</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Ayfri/PIXI-kotlin</connection>
    <developerConnection>scm:git:git://github.com/Ayfri/PIXI-kotlin</developerConnection>
    <url>https://github.com/Ayfri/PIXI-kotlin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.turansky.seskar</groupId>
      <artifactId>seskar-core</artifactId>
      <version>0.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-html</artifactId>
      <version>0.7.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-extensions</artifactId>
      <version>1.0.1-pre.333</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-js</artifactId>
      <version>1.6.21</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
