mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
re-export AsPropPlacement, again
This commit is contained in:
parent
cecc7b2432
commit
f21afd7db7
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -904,7 +904,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "vbsp"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrayvec",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vbsp"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
homepage = "https://github.com/icewind1991/vbsp"
|
||||
repository = "https://github.com/icewind1991/vbsp"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use crate::{Handle, StaticPropLump};
|
||||
pub use vbsp_common::{AsPropPlacement, PropPlacement};
|
||||
use vbsp_common::{AsPropPlacement, PropPlacement};
|
||||
|
||||
impl<'a> AsPropPlacement<'a> for Handle<'a, StaticPropLump> {
|
||||
fn as_prop_placement(&self) -> PropPlacement<'a> {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ use lzma_rs::decompress::{Options, UnpackedSize};
|
|||
use reader::LumpReader;
|
||||
use std::cmp::min;
|
||||
use std::io::Read;
|
||||
pub use vbsp_common::deserialize_bool;
|
||||
pub use vbsp_common::{deserialize_bool, AsPropPlacement};
|
||||
|
||||
pub type BspResult<T> = Result<T, BspError>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue