@@ -3,7 +3,7 @@ name = "librashader-runtime-d3d11"
33edition = " 2021"
44
55license = " MPL-2.0 OR GPL-3.0-only"
6- version = " 0.9.0 "
6+ version = " 0.9.1 "
77authors = [
" Ronny Chan <[email protected] >" ]
88repository = " https://github.com/SnowflakePowered/librashader"
99readme = " ../README.md"
@@ -12,13 +12,13 @@ keywords = ["shader", "retroarch", "SPIR-V"]
1212description = " RetroArch shaders for all."
1313
1414[dependencies ]
15- librashader-common = { path = " ../librashader-common" , features = [" d3d11" ], version = " 0.9.0 " }
16- librashader-presets = { path = " ../librashader-presets" , version = " 0.9.0 " }
17- librashader-preprocess = { path = " ../librashader-preprocess" , version = " 0.9.0 " }
18- librashader-pack = { path = " ../librashader-pack" , version = " 0.9.0 " }
19- librashader-reflect = { path = " ../librashader-reflect" , version = " 0.9.0 " }
20- librashader-runtime = { path = " ../librashader-runtime" , version = " 0.9.0 " }
21- librashader-cache = { path = " ../librashader-cache" , version = " 0.9.0 " , features = [" d3d" ] }
15+ librashader-common = { path = " ../librashader-common" , features = [" d3d11" ], version = " 0.9.1 " }
16+ librashader-presets = { path = " ../librashader-presets" , version = " 0.9.1 " }
17+ librashader-preprocess = { path = " ../librashader-preprocess" , version = " 0.9.1 " }
18+ librashader-pack = { path = " ../librashader-pack" , version = " 0.9.1 " }
19+ librashader-reflect = { path = " ../librashader-reflect" , version = " 0.9.1 " }
20+ librashader-runtime = { path = " ../librashader-runtime" , version = " 0.9.1 " }
21+ librashader-cache = { path = " ../librashader-cache" , version = " 0.9.1 " , features = [" d3d" ] }
2222
2323thiserror = " 2"
2424bytemuck = " 1.12.3"
0 commit comments