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:
parent
5e1ae07d36
commit
2bb996236e
2 changed files with 6 additions and 1 deletions
|
|
@ -41,4 +41,8 @@ basic = []
|
|||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
harness = false
|
||||
harness = false
|
||||
|
||||
[[example]]
|
||||
name = "parse"
|
||||
required-features = ["basic"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue