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:
parent
8c44e623f6
commit
f858ecb9d4
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user