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:
modmuss
2025-04-26 15:37:46 +01:00
committed by GitHub
parent b09c037007
commit 8014d2c18b
8 changed files with 229 additions and 7 deletions

View File

@@ -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