Skip to content

Commit 765ab2c

Browse files
Release 0.6.1
1 parent cd15fd8 commit 765ab2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hassle-rs"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Traverse-Research <[email protected]>"]
55
edition = "2018"
66
description = "HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC hlsl compiler and validator."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:
1919

2020
```toml
2121
[dependencies]
22-
hassle-rs = "0.6.0"
22+
hassle-rs = "0.6.1"
2323
```
2424

2525
Then acquire `dxcompiler.dll` on Windows or `libdxcompiler.so` on Linux directly from [AppVeyor](https://ci.appveyor.com/project/antiagainst/directxshadercompiler/branch/master/artifacts), or compile it from source according to the instructions in the [DirectXShaderCompiler](https://github.com/Microsoft/DirectXShaderCompiler) GitHub repository and make sure it's in the executable environment.

0 commit comments

Comments
 (0)