Is your feature request related to a problem? Please describe.
Subscriber feature seems to be enabling the code paths that don't need to be in wgpu. Only the final consumer/application would care about this.
Describe the solution you'd like
Create a little crate called wgpu-subscriber and move the stuff in there
Describe alternatives you've considered
leave as is
Is your feature request related to a problem? Please describe.
Subscriber feature seems to be enabling the code paths that don't need to be in
wgpu. Only the final consumer/application would care about this.Describe the solution you'd like
Create a little crate called
wgpu-subscriberand move the stuff in thereDescribe alternatives you've considered
leave as is