1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 19:56:50 +00:00

fix: add missing feature flag

This commit is contained in:
Paul-Christian Volkmer 2023-12-31 16:44:00 +01:00
parent 8c44e623f6
commit f858ecb9d4

View File

@ -33,6 +33,9 @@ use std::io::Read;
use std::path::Path;
use std::str::FromStr;
#[cfg(feature = "unzip-osb")]
use deob::deobfuscate;
pub enum FileError {
Reading(String, String),
Writing(String, String),