From 70c423e48f66e8b65b894869f155d3774e461c60 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 4 Jul 2025 11:49:22 -0400 Subject: [PATCH] Update Physis to fix loading certain LGBs again --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a69661d..5a53f68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1060,7 +1060,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "physis" version = "0.5.0" -source = "git+https://github.com/redstrate/physis#b74a5c3a9615001ff5604f783d4929d917596924" +source = "git+https://github.com/redstrate/physis#c602e6b28f06c178707bef5a9ea78fdc70c8f4a3" dependencies = [ "binrw", "bitflags",