1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

fix incorrect usage of optional dependency

This commit is contained in:
mat 2025-03-29 18:15:49 -05:00
parent 43ebbee94a
commit 55ed46d081

View file

@ -54,4 +54,4 @@ crc32fast = { workspace = true, optional = true }
connecting = []
default = ["packets"]
packets = ["connecting", "dep:azalea-core", "crc32"]
crc32 = ["crc32fast"]
crc32 = ["dep:crc32fast"]