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

move entities to game folder behind feature flag

This commit is contained in:
Quaternions 2025-02-14 09:06:58 -08:00 committed by Robin Appelman
commit fe1b32b44a
5 changed files with 668 additions and 666 deletions

View file

@ -35,4 +35,6 @@ main_error = "0.1.2"
opt-level = 2
[features]
default = ["basic"]
bench = []
basic = []