1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 10:44:07 +02:00

re-export AsPropPlacement

This commit is contained in:
Robin Appelman 2025-03-03 20:30:13 +01:00
commit cecc7b2432
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -904,7 +904,7 @@ dependencies = [
[[package]]
name = "vbsp"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"ahash",
"arrayvec",

View file

@ -1,6 +1,6 @@
[package]
name = "vbsp"
version = "0.8.0"
version = "0.8.1"
authors = ["Robin Appelman <robin@icewind.nl>"]
homepage = "https://github.com/icewind1991/vbsp"
repository = "https://github.com/icewind1991/vbsp"

View file

@ -1,5 +1,5 @@
use crate::{Handle, StaticPropLump};
use vbsp_common::{AsPropPlacement, PropPlacement};
pub use vbsp_common::{AsPropPlacement, PropPlacement};
impl<'a> AsPropPlacement<'a> for Handle<'a, StaticPropLump> {
fn as_prop_placement(&self) -> PropPlacement<'a> {