๐Ÿ“ฆ tychedelia / wgpu4j

๐Ÿ“„ settings.gradle.kts ยท 8 lines
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")