Skip to content

sparse_strips: Don't enable std feature when probing is enabled#1614

Merged
LaurenzV merged 3 commits into
mainfrom
laurenz/feature
May 5, 2026
Merged

sparse_strips: Don't enable std feature when probing is enabled#1614
LaurenzV merged 3 commits into
mainfrom
laurenz/feature

Conversation

@LaurenzV
Copy link
Copy Markdown
Collaborator

@LaurenzV LaurenzV commented May 2, 2026

  1. There is no reason why enabling the std feature should imply enabling wgpu. It should be possible to enable std and still only use the WebGL backend.
  2. probe doesn't need the std feature. Initially the probe feature made use of png which required that, but now that it just uses raw RGBA bytes this is not needed anymore.

@LaurenzV
Copy link
Copy Markdown
Collaborator Author

LaurenzV commented May 3, 2026

Uff, I guess some more work is needed to figure out CI. 😄

@LaurenzV
Copy link
Copy Markdown
Collaborator Author

LaurenzV commented May 5, 2026

I'll repurpose this PR to just not enable the std feature for the probe feature.

@LaurenzV LaurenzV changed the title sparse_strips: Feature simplifications sparse_strips: Don't enable std feature when probing is enabled May 5, 2026
@LaurenzV LaurenzV added this pull request to the merge queue May 5, 2026
Merged via the queue into main with commit 821b3fb May 5, 2026
17 checks passed
@LaurenzV LaurenzV deleted the laurenz/feature branch May 5, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants