summaryrefslogtreecommitdiff
path: root/ext/webgpu/surface.rs
AgeCommit message (Collapse)Author
2023-03-10build: run clippy with --all-features (#18115)Bartek Iwańczuk
2023-03-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)Bartek Iwańczuk
There's no point for this API to expect result. If something fails it should result in a panic during build time to signal to embedder that setup is wrong.
2023-02-20refactor: move webgpu files to ext root (#17832)Leo Kettmeir
Required for #17826