From 6ecea2664653708e06b9d143086714a3dff0e70b Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 21 Jun 2025 09:47:49 -0400 Subject: [PATCH] Update Physis to fix several issues with loading LGBs This fixes loading LGBs from expansions, which means some zones are now semi-functional. It should also stop panicking when loading certain LGBs. Fixes #35 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 594ed38..e369efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1048,7 +1048,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "physis" version = "0.4.0" -source = "git+https://github.com/redstrate/physis#5002e4a590c9dda238ddea599b16a010c2b15c50" +source = "git+https://github.com/redstrate/physis#7bf8f5016cec17515a25e399117ef152b3a3361b" dependencies = [ "binrw", "bitflags",