gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
383 stars 25 forks source link

Update gfx-hal #203

Closed krolli closed 4 years ago

krolli commented 4 years ago

Update of portability to use the most recent version gfx-hal. Also cleaned up formatting with rustfmt to reduce noise in commit with actual update of gfx-hal.

kvark commented 4 years ago

Would you mind squashing the rustfmt-related commits together (i.e. by doing git rebase -i <your base> and going from there)?

krolli commented 4 years ago

Sure, want me to squash things related to gfx-hal update in one commit as well?

kvark commented 4 years ago

@krolli yes, that would be good. Thank you!

krolli commented 4 years ago

Is there anything I forgot about and still needs to be resolved? SmallVec is here to stay for now, if I understood you right. Want me to try to do something about formatting of code from rust-bindgen?

kvark commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded