mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-06 17:11:40 +08:00
Fix cfg feature compile bug
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user