File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to sourcelib will be documented in this file.
4+
5+ Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6+
7+ The versions in this file adhere to [ semantic versioning] ( https://semver.org/ ) .
8+
9+ ## [ 0.3.0]
10+
11+ - Export shader params
Original file line number Diff line number Diff line change 1+ # @sourcelib/vmt
2+
3+ Typescript library providing tools for Source Engine VMT (Material) files
4+ ## Installation
5+
6+ ``` bash
7+ npm install @sourcelib/vmt
8+ ```
Original file line number Diff line number Diff line change 11{
22 "name" : " @sourcelib/vmt" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " Source Engine material tools" ,
55 "main" : " lib/main.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments