Fix cfg feature compile bug

This commit is contained in:
2025-08-28 23:18:28 +08:00
parent ec97f2a87f
commit 6974ce665e
2 changed files with 3 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ image = ["png"]
image-jpg = ["mozjpeg"]
image-webp = ["webp"]
lossless-audio = ["utils-pcm"]
audio-flac = ["libflac-sys"]
audio-flac = ["libflac-sys", "utils-pcm"]
unstable = ["msg_tool_macro/unstable"]
# utils feature
utils-bit-stream = []