update to tectonic 3.0.1

This commit is contained in:
dfsek
2021-12-13 16:47:21 -07:00
parent b1945d1593
commit 69b1c86055
136 changed files with 317 additions and 328 deletions

View File

@@ -7,7 +7,7 @@
package com.dfsek.terra.api.registry;
import com.dfsek.tectonic.loading.TypeLoader;
import com.dfsek.tectonic.api.loader.type.TypeLoader;
import com.dfsek.terra.api.registry.exception.NoSuchEntryException;

View File

@@ -7,7 +7,7 @@
package com.dfsek.terra.api.registry.meta;
import com.dfsek.tectonic.loading.TypeLoader;
import com.dfsek.tectonic.api.loader.type.TypeLoader;
import java.util.function.Function;