<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>club.doki7</groupId>
  <artifactId>webgpu</artifactId>
  <version>0.4.2</version>
  <name>webgpu</name>
  <description>WebGPU Java bindings implemented with Java 22 FFM (Project Panama) APIs</description>
  <url>https://github.com/club-doki7/vulkan4j</url>
  <licenses>
    <license>
      <name>The 3-Clause BSD License</name>
      <url>https://opensource.org/licenses/BSD-3-Clause</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Lyra</name>
      <email>1170158548@qq.com</email>
      <organization>Doki Doki 7th Design Club!</organization>
    </developer>
    <developer>
      <name>Chuigda Whitegive</name>
      <email>chuigda@doki7.club</email>
      <organization>Doki Doki 7th Design Club!</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/chuigda/vulkan4j.git</connection>
    <developerConnection>scm:git:ssh://github.com:chuigda/vulkan4j.git</developerConnection>
    <url>https://github.com/club-doki7/vulkan4j</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>26.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>club.doki7</groupId>
      <artifactId>ffm-plus</artifactId>
      <version>0.2.6</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.central</groupId>
        <artifactId>central-publishing-maven-plugin</artifactId>
        <version>0.6.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
