mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-08-02 12:24:46 +02:00
base texture transform
This commit is contained in:
parent
f39661ca95
commit
3172da6abc
3 changed files with 15 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vmt-parser"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
description = "Rust parser for valve vmt files."
|
||||
license = "MIT"
|
||||
|
|
@ -18,4 +18,4 @@ serde_repr = "0.1.17"
|
|||
test-case = "3.3.1"
|
||||
insta = { version = "1.34.0", features = ["ron"] }
|
||||
miette = { version = "5.10.0", features = ["fancy"] }
|
||||
walkdir = "2.4.0"
|
||||
walkdir = "2.4.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue