mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-08-02 12:14:47 +02:00
updates
This commit is contained in:
parent
e19eb4601e
commit
97ee910d85
36 changed files with 716 additions and 762 deletions
|
|
@ -2,15 +2,21 @@
|
|||
source: tests/serde.rs
|
||||
expression: material
|
||||
---
|
||||
r#Resource/specificPanel.res(
|
||||
empty: (),
|
||||
array: [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
],
|
||||
windows_path: "C:\\test\\no newline",
|
||||
bracket_string: "[{]",
|
||||
r#\\"$translucent": true,
|
||||
r#$envmaptint: (0.5, 0.5, 0.5),
|
||||
)
|
||||
{
|
||||
"Resource/specificPanel.res": {
|
||||
"empty": null,
|
||||
"array": [
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"windows_path": "C:\\test\\no newline",
|
||||
"bracket_string": "[{]",
|
||||
"\\\\\"$translucent\"": true,
|
||||
"$envmaptint": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue