The bindings have been moved to kgpu-jvm module. This module simply contains the natives
- Rust
- Java JDK 11+
There is an archived version of this library at kgpu/wgpu-java
First you need to add the snapshots repository:
repositories {
maven(url = "https://oss.sonatype.org/content/repositories/snapshots/")
}Then you can add the dependency:
dependencies {
implementation("io.github.kgpu:wgpuj:0.1.0-SNAPSHOT")
}