mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
impl FromStrProp for Angles
This commit is contained in:
parent
a0e9599470
commit
105296bbae
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use crate::error::EntityParseError;
|
||||
use crate::Vector;
|
||||
use crate::{Angles, Vector};
|
||||
use serde::de::{Error, Unexpected};
|
||||
use serde::{Deserialize, Deserializer};
|
||||
use std::fmt;
|
||||
|
|
@ -134,6 +134,7 @@ impl FromStrProp for f32 {}
|
|||
impl FromStrProp for u32 {}
|
||||
impl FromStrProp for i32 {}
|
||||
impl FromStrProp for Color {}
|
||||
impl FromStrProp for Angles {}
|
||||
impl FromStrProp for Vector {}
|
||||
impl FromStrProp for LightColor {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue