Skip to main content

max / shop

drop unused tracing and anyhow deps shop-pty, shop-wayland and shop-render declared tracing without a single call site, and shop-wayland also carried anyhow unused.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-01 21:28 UTC
Signed with PGP, not checked
Commit: 28e2cb0b6b793ab72b66d1575eb74c174a8e836e
Parent: 07fb4e7
4 files changed, +0 insertions, -8 deletions
M Cargo.lock -4
@@ -1158,7 +1158,6 @@
1158 1158 dependencies = [
1159 1159 "anyhow",
1160 1160 "nix",
1161 - "tracing",
1162 1161 ]
1163 1162
1164 1163 [[package]]
@@ -1169,7 +1168,6 @@
1169 1168 "bytemuck",
1170 1169 "guillotiere",
1171 1170 "swash",
1172 - "tracing",
1173 1171 "wgpu",
1174 1172 ]
1175 1173
@@ -1181,10 +1179,8 @@
1181 1179 name = "shop-wayland"
1182 1180 version = "0.0.0"
1183 1181 dependencies = [
1184 - "anyhow",
1185 1182 "raw-window-handle",
1186 1183 "smithay-client-toolkit",
1187 - "tracing",
1188 1184 "wayland-client",
1189 1185 ]
1190 1186
@@ -15,4 +15,3 @@
15 15 [dependencies]
16 16 nix.workspace = true
17 17 anyhow.workspace = true
18 - tracing.workspace = true
@@ -18,4 +18,3 @@
18 18 guillotiere.workspace = true
19 19 bytemuck.workspace = true
20 20 anyhow.workspace = true
21 - tracing.workspace = true
@@ -16,5 +16,3 @@
16 16 smithay-client-toolkit.workspace = true
17 17 wayland-client.workspace = true
18 18 raw-window-handle.workspace = true
19 - anyhow.workspace = true
20 - tracing.workspace = true