File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 77 Pull Request merge.
88-->
99
10+ # Version 0.29.0 (2022-03-11)
11+
1012- ** Breaking** ` Instance ` creation parameters are given using ` InstanceCreateInfo ` .
1113- ** Breaking** ` ApplicationInfo ` and the ` app_info_from_cargo_toml! ` macro are removed, their functionality is now integrated into ` InstanceCreateInfo ` .
1214- ** Breaking** ` Device ` creation parameters are given using ` DeviceCreateInfo ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " vulkano-shaders"
3- version = " 0.28 .0"
3+ version = " 0.29 .0"
44edition = " 2021"
55authors = [" Pierre Krieger <pierre.krieger1708@gmail.com>" , " The vulkano contributors" ]
66repository = " https://github.com/vulkano-rs/vulkano"
@@ -20,7 +20,7 @@ proc-macro2 = "1.0"
2020quote = " 1.0"
2121shaderc = " 0.7.4"
2222syn = { version = " 1.0" , features = [" full" , " extra-traits" ] }
23- vulkano = { version = " 0.28 .0" , path = " ../vulkano" }
23+ vulkano = { version = " 0.29 .0" , path = " ../vulkano" }
2424
2525[features ]
2626shaderc-build-from-source = [" shaderc/build-from-source" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " vulkano-win"
3- version = " 0.28 .0"
3+ version = " 0.29 .0"
44edition = " 2021"
55authors = [" Pierre Krieger <pierre.krieger1708@gmail.com>" , " The vulkano contributors" ]
66repository = " https://github.com/vulkano-rs/vulkano"
@@ -18,7 +18,7 @@ raw-window-handle_ = ["raw-window-handle"]
1818
1919[dependencies ]
2020winit = { version = " 0.26" , optional = true }
21- vulkano = { version = " 0.28 .0" , path = " ../vulkano" }
21+ vulkano = { version = " 0.29 .0" , path = " ../vulkano" }
2222raw-window-handle = { version = " 0.4" , optional = true }
2323
2424[target .'cfg(target_os = "macos")' .dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " vulkano"
3- version = " 0.28 .0"
3+ version = " 0.29 .0"
44edition = " 2021"
55authors = [" Pierre Krieger <pierre.krieger1708@gmail.com>" , " The vulkano contributors" ]
66repository = " https://github.com/vulkano-rs/vulkano"
You can’t perform that action at this time.
0 commit comments