mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-04 19:14:08 +02:00
binread -> binrw
This commit is contained in:
parent
f890ff2847
commit
a785884bc1
5 changed files with 21 additions and 36 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use crate::*;
|
||||
use binread::io::Cursor;
|
||||
use binread::BinReaderExt;
|
||||
use binrw::io::Cursor;
|
||||
use binrw::BinReaderExt;
|
||||
use lzma_rs::decompress::{Options, UnpackedSize};
|
||||
use std::borrow::Cow;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue