chore: update NUI to 3.0.0 from 1.5.

The gestalt-separation branch of NUI.
develop
Kevin Turner 2021-03-23 16:09:21 -07:00
parent 4f1738ae3b
commit 13758b32c0
2 changed files with 5 additions and 5 deletions

View File

@ -112,9 +112,9 @@ dependencies {
api group: 'org.terasology', name: 'splash-screen', version: '1.1.1'
api group: 'org.terasology.jnlua', name: 'JNLua', version: '0.1.0-SNAPSHOT'
api group: 'org.terasology.jnbullet', name: 'JNBullet', version: '1.0.2'
api group: 'org.terasology.nui', name: 'nui', version: '1.5.0-SNAPSHOT'
api group: 'org.terasology.nui', name: 'nui-reflect', version: '1.5.0-SNAPSHOT'
api group: 'org.terasology.nui', name: 'nui-gestalt5', version: '1.5.0-SNAPSHOT'
api group: 'org.terasology.nui', name: 'nui', version: '3.0.0-SNAPSHOT'
api group: 'org.terasology.nui', name: 'nui-reflect', version: '3.0.0-SNAPSHOT'
api group: 'org.terasology.nui', name: 'nui-gestalt5', version: '3.0.0-SNAPSHOT'
// Wildcard dependency to catch any libs provided with the project (remote repo preferred instead)
api fileTree(dir: 'libs', include: '*.jar')

View File

@ -1,4 +1,4 @@
// Copyright 2020 The Terasology Foundation
// Copyright 2021 The Terasology Foundation
// SPDX-License-Identifier: Apache-2.0
plugins {
@ -16,7 +16,7 @@ dependencies {
implementation("net.sf.trove4j:trove4j:3.0.3")
implementation("org.terasology:reflections:0.9.12-MB")
implementation("org.terasology.nui:nui-reflect:1.3.1")
implementation("org.terasology.nui:nui-reflect:3.0.0-SNAPSHOT")
implementation("org.terasology:gestalt-module:5.1.5")
implementation("org.terasology:gestalt-asset-core:5.1.5")