From ef07f4cd86e51b1e1d75c55fa0e3e6a7ad21cfea Mon Sep 17 00:00:00 2001 From: spuds <71292624+bananaturtlesandwich@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:26:47 +0000 Subject: [PATCH] fix fprop name writing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb6effd..eb704b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ version = "1.0.2" edition = "2021" [dependencies] -unreal_asset = { git = "https://github.com/astrotechies/unrealmodding", rev = "e1fed1f" } +unreal_asset = { git = "https://github.com/astrotechies/unreal_asset", rev = "0f1f0a6" } clap = { version = "4.5", features = ["derive"] } rfd = "0.14"