From 38878c94598d73977748179cdb8e229428a8d328 Mon Sep 17 00:00:00 2001 From: ohchase Date: Mon, 27 May 2024 13:29:11 -0400 Subject: [PATCH] prepare version-0.2.3 --- Cargo.toml | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 153f475..8a6770f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shroud" -version = "0.2.2" +version = "0.2.3" edition = "2021" description = "Universal library for discovering rendering functions of render engines: DirectX9, DirectX10, DirectX11, DirectX12" license = "MIT" diff --git a/README.md b/README.md index 49a59f0..d0d3200 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ By default all render engines are disabled. For example targeting a DirectX9 Host/Game ```Toml [dependencies] -shroud = { version = "0.2.2", features = ["directx9"] } +shroud = { version = "0.2.3", features = ["directx9"] } ``` And targeting a DirectX12 Host/Game.. ```Toml [dependencies] -shroud = { version = "0.2.2", features = ["directx12"] } +shroud = { version = "0.2.3", features = ["directx12"] } ``` ## Injected Demos / Use Case @@ -97,13 +97,13 @@ pub extern "system" fn DllMain(dll_module: HMODULE, call_reason: u32, _reserved: ``` ### DirectX9 -![DirectX9](docs/directx9.PNG) +![DirectX9](https://github.com/ohchase/shroud/blob/master/docs/directx9.PNG) ### DirectX10 Todo... ### DirectX11 -![DirectX11](docs/directx11.PNG) +![DirectX11](https://github.com/ohchase/shroud/blob/master/docs/directx11.PNG) ### DirectX12 -![DirectX12](docs/directx12.PNG) +![DirectX12](https://github.com/ohchase/shroud/blob/master/docs/directx12.PNG)