mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -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
6 lines
176 B
Groovy
6 lines
176 B
Groovy
archivesBaseName = "fabric-renderer-api-v1"
|
|
version = getSubprojectVersion(project, "0.3.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
}
|