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

expose prop angles as quaternion

This commit is contained in:
Robin Appelman 2022-03-19 14:44:37 +01:00
commit 7391f8124d
3 changed files with 20 additions and 1 deletions

View file

@ -20,6 +20,7 @@ binrw = "0.8.0"
static_assertions = "1.1.0"
num_enum = "0.5.6"
vbsp-derive = { path = "derive", version = "*" }
cgmath = "0.18.0"
[dev-dependencies]
obj = "0.10"