Update GUI hash

- Rewrite final classes to functional https://github.com/OpenSpace/OpenSpace-WebGuiFrontend/commit/8c0740c66e41742d7b7636b98e7591d9b7ab32a1
- Fix some things that broke wiht that rewrite
- Update dependencies
- Fix for issue #2893
This commit is contained in:
Emma Broman
2023-11-13 15:32:11 +01:00
parent 098cced1e7
commit 72bb6d3cc4
+1 -1
View File
@@ -4,7 +4,7 @@ local guiCustomization = asset.require("customization/gui")
-- Select which commit hashes to use for the frontend and backend
local frontendHash = "c4fccbef3051522c7b8bcd96aeb20b8126ac2286"
local frontendHash = "061fc129f72a145e8f8182b32113188b13722e67"
local frontend = asset.resource({
Identifier = "WebGuiFrontend",