mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-06-03 20:14:06 +02:00
normalize patch path
This commit is contained in:
parent
b11b1ae7ec
commit
105afbc955
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ impl Material {
|
|||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct PatchMaterial {
|
||||
#[serde(deserialize_with = "deserialize_path")]
|
||||
include: String,
|
||||
#[serde(default)]
|
||||
replace: Table,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue