mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
8bcfced859
* Fix #987, simplify geometry tracking, clean up scoping * Bump indigo version * Expose improved fromVanilla method * Strip deprecations in non-API components * bump renderer api version * Clear tag for converted quads Otherwise possible for tags added by transforms to pollute subsequent quads * Borrow from Canvas - don't set nominal face twice, prevent header state leakage
7 lines
248 B
Groovy
7 lines
248 B
Groovy
archivesBaseName = "fabric-renderer-indigo"
|
|
version = getSubprojectVersion(project, "0.4.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
compile project(path: ':fabric-renderer-api-v1', configuration: 'dev')
|
|
}
|