1 2 3 4 5 6 7 8plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" } rootProject.name = "wgpu4j" // Core library and examples include("wgpu4j-examples")
1 2 3 4 5 6 7 8
plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" } rootProject.name = "wgpu4j" // Core library and examples include("wgpu4j-examples")