mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
RenderDoc tasks (#1291)
* First pass on renderdoc support * Fixes and improvements * Fix debugging/cleaner code. * Download from fabric maven * Fix build * Revert changes to AbstractRunTask
This commit is contained in:
@@ -12,6 +12,9 @@ jetbrains-annotations = "26.0.2"
|
||||
native-support = "1.0.1"
|
||||
fabric-installer = "1.0.3"
|
||||
|
||||
# Debug tools
|
||||
renderdoc = "1.37"
|
||||
|
||||
[libraries]
|
||||
# Decompilers
|
||||
fernflower = { module = "net.fabricmc:fabric-fernflower", version.ref = "fernflower" }
|
||||
@@ -24,4 +27,7 @@ dev-launch-injector = { module = "net.fabricmc:dev-launch-injector", version.ref
|
||||
terminal-console-appender = { module = "net.minecrell:terminalconsoleappender", version.ref = "terminal-console-appender" }
|
||||
jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrains-annotations" }
|
||||
native-support = { module = "net.fabricmc:fabric-loom-native-support", version.ref = "native-support" }
|
||||
fabric-installer = { module = "net.fabricmc:fabric-installer", version.ref = "fabric-installer" }
|
||||
fabric-installer = { module = "net.fabricmc:fabric-installer", version.ref = "fabric-installer" }
|
||||
|
||||
# Debug tools
|
||||
renderdoc = { module = "org.renderdoc:renderdoc", version.ref = "renderdoc" } # Not a maven dependency
|
||||
Reference in New Issue
Block a user