From 765ab2c736894c0ac0d3749a0e55b6d680a220f7 Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Tue, 11 Jan 2022 21:55:32 +0100 Subject: [PATCH] Release 0.6.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1bddd8..eded310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hassle-rs" -version = "0.6.0" +version = "0.6.1" authors = ["Traverse-Research "] edition = "2018" description = "HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC hlsl compiler and validator." diff --git a/README.md b/README.md index b3d1b34..daa8949 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -hassle-rs = "0.6.0" +hassle-rs = "0.6.1" ``` 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.