1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 02:54:08 +02:00

fix --no-default-features

This commit is contained in:
Robin Appelman 2025-02-15 16:59:31 +01:00
commit 2bb996236e
2 changed files with 6 additions and 1 deletions

View file

@ -41,4 +41,8 @@ basic = []
[[bench]]
name = "bench"
harness = false
harness = false
[[example]]
name = "parse"
required-features = ["basic"]