From 30f9b0f8689f11aaa41ff49c857dc429ca05e86e Mon Sep 17 00:00:00 2001 From: lifegpc Date: Wed, 4 Jun 2025 12:44:36 +0800 Subject: [PATCH] Fix --- src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.rs b/src/types.rs index c069e58..46201c5 100644 --- a/src/types.rs +++ b/src/types.rs @@ -199,7 +199,7 @@ pub enum ScriptType { #[value(alias("ethornell"))] /// Buriko General Interpreter/Ethornell Script BGI, - #[cfg(feature = "escude")] + #[cfg(feature = "escude-arc")] /// Escude bin archive EscudeArc, #[cfg(feature = "escude")]