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

binread -> binrw

This commit is contained in:
Robin Appelman 2022-02-17 21:47:08 +01:00
commit a785884bc1
5 changed files with 21 additions and 36 deletions

View file

@ -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;