mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-03 08:34:23 +02:00
cargo updates
This commit is contained in:
parent
eb61228129
commit
ba17203e59
3 changed files with 405 additions and 375 deletions
|
|
@ -1,5 +1,6 @@
|
|||
use criterion::{black_box, criterion_group, criterion_main, Criterion};
|
||||
use criterion::{criterion_group, criterion_main, Criterion};
|
||||
use std::fs::read;
|
||||
use std::hint::black_box;
|
||||
use vmdl::mdl::Mdl;
|
||||
use vmdl::vtx::Vtx;
|
||||
use vmdl::vvd::Vvd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue