mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-08-02 12:24:46 +02:00
WorldVertexTransition
This commit is contained in:
parent
aac06e896b
commit
7cbbad871d
5 changed files with 152 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ use vmt_parser::from_str;
|
|||
#[test_case("tests/data/concretefloor003.vmt")]
|
||||
#[test_case("tests/data/mvm_backpack.vmt")]
|
||||
#[test_case("tests/data/water_murky.vmt")]
|
||||
#[test_case("tests/data/blendrocktograss002.vmt")]
|
||||
fn test_serde(path: &str) {
|
||||
let raw = read_to_string(path).unwrap();
|
||||
match from_str(&raw) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue