conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
945 stars 1.71k forks source link

[request] dawn #12726

Open rconde01 opened 2 years ago

rconde01 commented 2 years ago

Package Details

Description Of The Library / Tool

Dawn is an open-source and cross-platform implementation of the work-in-progress WebGPU standard

This will be the implementation used in chrome, but is also a useful standalone library in it's own right.

SetoKaiba commented 1 year ago

I'm creating a recipe for it. Maybe I can create a PR later after I have a full test on it.

SetoKaiba commented 1 year ago

https://github.com/SetoKaiba/dawn-conan Here's the conan recipe I created for dawn. And I have tested it on Windows/Ubuntu and Macos. Use the command below to create the package conan create . dawn/version@user/channel For example, dawn/5301@seto/cmake And then, use add it to the conanfile.txt dawn/version@user/channel It should work then.