-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add wgpu-native 0.19.4.1 #23963
base: master
Are you sure you want to change the base?
add wgpu-native 0.19.4.1 #23963
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 4ac05c6wgpu_native/0.19.4.1@#714909218daa4897966171a6d49d49d3
|
Hi @Sahnvour thanks a lot for taking the time to create the recipe and submit the PR, we really appreciate it! I have a general question before being able to review this: What's the general use-case of this recipe in the context of Conan? Do you have any insight on that? Thanks! :) |
This comment has been minimized.
This comment has been minimized.
WebGPU is a cross-platform low-level graphics API to do rendering with GPUs. Having it in conan is useful because it isn't packaged with the OSes or drivers, and allows to benefit from conan-center and local conan cache (I'm thinking of CI in particular). PS: I'm working through the errors as they come from the github actions. |
Hope this is clear enough @AbrilRBS. I have two questions:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ❌Failure in build 12 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping See details:Failure in build 12 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
I think I made progress but I'm not sure why the link fails, since the recipe adds the required linux libraries (I don't know about MacOS yet though). It also works both in static and shared on my machine. Do you have any idea @AbrilRBS ? |
Hi, I'm still interested in getting this merged, but was blocked at the time. Let me know how we can go further. |
Hi @AbrilRBS, sorry to ping you directly, I'm just checking if you might have a clue or if I can do something about it. |
Specify library name and version: wgpu-native/0.19.4.1
WebGPU, despite its name, is not only usable from web browsers. wgpu-native is Mozilla's native implementation in rust.
It's useful to various graphical native applications and games.
This recipe uses prebuilt binaries from the project, to avoid dependency on the rust toolchain.
I haven't tried with hooks enabled, since they don't seem to be supported by conan 2.x.