This commit is contained in:
Robin Appelman 2023-06-08 18:53:23 +02:00
commit 377e1773c0
14 changed files with 2683 additions and 32 deletions

View file

@ -2,7 +2,6 @@ use std::fs::read;
use vmdl::mdl::Mdl;
use vmdl::vtx::Vtx;
use vmdl::vvd::Vvd;
use vmdl::Model;
#[test]
fn parse_mdl() {