mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-09 21:55:32 +02:00
Replace Gut with WAT
Gut was freezing on some integration tests. It was also entering an infinite loop after exiting (even after closing Godot and VSCode) which caused a `godot.log` file in app_userdata to keep growing until my hard drive was full.
This commit is contained in:
parent
39702646dc
commit
115521f645
10 changed files with 165 additions and 162 deletions
2
plug.gd
2
plug.gd
|
@ -2,4 +2,4 @@ extends "res://addons/gd-plug/plug.gd"
|
|||
|
||||
|
||||
func _plugging():
|
||||
plug("bitwes/Gut")
|
||||
plug("AlexDarigan/WAT", {commit = "2136a1a440711bfdcc77ec8514d7590274bf6fb6"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue