<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.lyze237</groupId>
  <artifactId>gdx-TinyVG</artifactId>
  <version>7a8927633e</version>
  <name>gdx-TinyVG</name>
  <description>Libgdx library to load and render TinyVG files.</description>
  <url>https://github.com/lyze237/gdx-TinyVG</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lyze237</id>
      <name>Lyze</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/lyze237/gdx-TinyVG.git</connection>
    <developerConnection>scm:git://github.com/lyze237/gdx-TinyVG.git</developerConnection>
    <url>git://github.com/lyze237/gdx-TinyVG.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.badlogicgames.gdx</groupId>
      <artifactId>gdx</artifactId>
      <version>1.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>space.earlygrey</groupId>
      <artifactId>shapedrawer</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.22</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
