1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00

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
This commit is contained in:
Joshua Goins 2025-06-21 09:47:49 -04:00
parent 9405714e56
commit 6ecea26646

2
Cargo.lock generated
View file

@ -1048,7 +1048,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]] [[package]]
name = "physis" name = "physis"
version = "0.4.0" version = "0.4.0"
source = "git+https://github.com/redstrate/physis#5002e4a590c9dda238ddea599b16a010c2b15c50" source = "git+https://github.com/redstrate/physis#7bf8f5016cec17515a25e399117ef152b3a3361b"
dependencies = [ dependencies = [
"binrw", "binrw",
"bitflags", "bitflags",