diff options
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 56839cf0..f8b5bb8c 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -22,6 +22,7 @@ glam = "0.8" font-kit = "0.4" log = "0.4" guillotiere = "0.4" +debug_stub_derive = "0.3" [dependencies.image] version = "0.22" |