diff --git a/Cargo.toml b/Cargo.toml index 1531dfd..fbbf9c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hassle-rs" -version = "0.5.2-alpha.0" +version = "0.5.2" 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 8ddfaf8..6ad7309 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -hassle-rs = "0.5.1" +hassle-rs = "0.5.2" ``` 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.