aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-5/+8
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1/+1
* Update wgpu to 0.18.1 (#30926)Samson2023-12-251-5/+5
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-2/+2
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-0/+1
* Update wgpu to 0.17 (#30147)Samson2023-08-211-5/+5
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-2/+14
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-6/+6
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* chore(deps): bump `smallvec` from 0.6 to 1.9 in all local packagesyvt2022-10-101-1/+1
* Update arrayvec.Josh Matthews2022-04-011-1/+1
* Pin git revisions of dependencies that aren't compatible in newer revisions.Josh Matthews2020-11-121-2/+2
* upgrade wgpu to v0.6Kunal Mohan2020-08-221-2/+2
* Implement Async Error reporting for WebGPU and update wgpu-coreKunal Mohan2020-07-161-0/+1
* Implement GPUBuffer.mapAsync and update wgpu-coreKunal Mohan2020-06-271-1/+1
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-0/+3
* More Cargo.toml updatesatouchet2020-05-311-3/+3
* Implement GPURenderPipelineKunal Mohan2020-05-301-0/+1
* Remove some unused dependency declarationsSimon Sapin2020-05-291-1/+0
* Upgrade wgpu-core version to 0.5.0 and implement server-side logic for wgpu i...Kunal Mohan2020-05-211-2/+3
* Update webrender.Josh Matthews2020-05-111-1/+1
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-1/+1
* Replace wgpu-native with wgpu-coreZakor Gyula2019-12-061-1/+2
* Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+20