@@ -3,7 +3,7 @@ name = "librashader-runtime-d3d12"
3
3
edition = " 2021"
4
4
5
5
license = " MPL-2.0 OR GPL-3.0-only"
6
- version = " 0.4.2 "
6
+ version = " 0.4.3 "
7
7
authors = [
" Ronny Chan <[email protected] >" ]
8
8
repository = " https://github.com/SnowflakePowered/librashader"
9
9
readme = " ../README.md"
@@ -12,12 +12,12 @@ keywords = ["shader", "retroarch", "SPIR-V"]
12
12
description = " RetroArch shaders for all."
13
13
14
14
[dependencies ]
15
- librashader-common = { path = " ../librashader-common" , features = [" d3d12" ], version = " 0.4.2 " }
16
- librashader-presets = { path = " ../librashader-presets" , version = " 0.4.2 " }
17
- librashader-preprocess = { path = " ../librashader-preprocess" , version = " 0.4.2 " }
18
- librashader-reflect = { path = " ../librashader-reflect" , version = " 0.4.2 " , features = [" dxil" ] }
19
- librashader-runtime = { path = " ../librashader-runtime" , version = " 0.4.2 " }
20
- librashader-cache = { path = " ../librashader-cache" , version = " 0.4.2 " , features = [" d3d" ] }
15
+ librashader-common = { path = " ../librashader-common" , features = [" d3d12" ], version = " 0.4.3 " }
16
+ librashader-presets = { path = " ../librashader-presets" , version = " 0.4.3 " }
17
+ librashader-preprocess = { path = " ../librashader-preprocess" , version = " 0.4.3 " }
18
+ librashader-reflect = { path = " ../librashader-reflect" , version = " 0.4.3 " , features = [" dxil" ] }
19
+ librashader-runtime = { path = " ../librashader-runtime" , version = " 0.4.3 " }
20
+ librashader-cache = { path = " ../librashader-cache" , version = " 0.4.3 " , features = [" d3d" ] }
21
21
22
22
thiserror = " 1.0.37"
23
23
0 commit comments