gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
843 stars 96 forks source link

cmake build support. #363

Open waywardmonkeys opened 7 months ago

waywardmonkeys commented 7 months ago

This allows either building a distribution of the library and headers via cmake or using it via FetchContent.

waywardmonkeys commented 7 months ago

This has a lot to be done yet and I've left some TODO comments with either notes about things to do yet or questions to be resolved at some point.

cc: @eliemichel