@@ -3,7 +3,7 @@ name = "librashader-runtime-gl"
3
3
edition = " 2021"
4
4
5
5
license = " MPL-2.0 OR GPL-3.0-only"
6
- version = " 0.6.0 "
6
+ version = " 0.6.1 "
7
7
authors = [
" Ronny Chan <[email protected] >" ]
8
8
repository = " https://github.com/SnowflakePowered/librashader"
9
9
readme = " ../README.md"
@@ -13,12 +13,12 @@ description = "RetroArch shaders for all."
13
13
14
14
[dependencies ]
15
15
librashader-common = { path = " ../librashader-common" , features = [" opengl" ], version = " 0.6.1" }
16
- librashader-presets = { path = " ../librashader-presets" , version = " 0.6.0 " }
17
- librashader-preprocess = { path = " ../librashader-preprocess" , version = " 0.6.0 " }
18
- librashader-reflect = { path = " ../librashader-reflect" , version = " 0.6.0 " }
19
- librashader-pack = { path = " ../librashader-pack" , version = " 0.6.0 " }
20
- librashader-runtime = { path = " ../librashader-runtime" , version = " 0.6.0 " }
21
- librashader-cache = { path = " ../librashader-cache" , version = " 0.6.0 " }
16
+ librashader-presets = { path = " ../librashader-presets" , version = " 0.6.1 " }
17
+ librashader-preprocess = { path = " ../librashader-preprocess" , version = " 0.6.1 " }
18
+ librashader-reflect = { path = " ../librashader-reflect" , version = " 0.6.1 " }
19
+ librashader-pack = { path = " ../librashader-pack" , version = " 0.6.1 " }
20
+ librashader-runtime = { path = " ../librashader-runtime" , version = " 0.6.1 " }
21
+ librashader-cache = { path = " ../librashader-cache" , version = " 0.6.1 " }
22
22
23
23
spirv-cross2 = { workspace = true , features = [" glsl" ] }
24
24
glow = { workspace = true }
0 commit comments