5 Commits
Author SHA1 Message Date
Mikaël Fourrier 38e8261988 wgpu 0.10 + strip dependencies 2021-09-15 22:48:53 +02:00
Guillaume Gomez 7fd7ee4447 run cargo fmt 2020-12-08 20:30:47 +01:00
Cameron Mann e1028ed682 Update raw-window-handle-with-wgpu example to use wgpu 0.5
* Remove WindowWrapper since wgpu now uses raw-window-handle correctly
  on OSX which also lets us remove the objc dependency
* Add futures dependency to handle parts of the wgpu API that are now
  asynchronous
* Flip y coords in vertex shader to keep triangle oriented the same way
  since wgpu flipped their y-axis
* Fix various other errors resulting from breaking API changes in wgpu
2020-05-26 23:14:52 -06:00
Logan McGrath b48a21d394 Never trust IDE auto-imports 2020-01-31 13:15:56 -08:00
Logan McGrath 92b4309564 adding an example 2020-01-30 12:15:59 -08:00