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

work around circular derive dependency

This commit is contained in:
Robin Appelman 2023-11-12 14:30:16 +01:00
commit e5a3d7ae24
4 changed files with 829 additions and 495 deletions

View file

@ -18,5 +18,8 @@ proc-macro2 = "1.0.69"
structmeta = "0.2.0"
merge = "0.1.0"
[dev-dependencies]
vbsp = { version = "0.2.0", path = "..", default-features = false }
[features]
__vbsp_as_self = []