Skip to main content

max / shop

Hold kittygfx back from crates.io; consume it from the repo Reversing the 2026-08-06 call to publish it. kittygfx stays unpublished for now and is taken as a git dependency on the shop repo instead, which is public and current on mnw, so the dependency URL resolves today. The name was still picked for the registry and the keywords, categories and README stay in place for whenever the release happens. This only says not yet, and it brings the crate in line with every one of its eight siblings, which already carry publish = false.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-06 18:31 UTC
Signed with PGP, not checked
Commit: e9687b68c0d4709e3d83db9bc7ace0f6c727e20c
Parent: c1f9d15
1 file changed, +4 insertions, -0 deletions
@@ -10,6 +10,10 @@
10 10 keywords = ["terminal", "kitty", "graphics", "protocol"]
11 11 categories = ["parser-implementations", "command-line-interface"]
12 12 readme = "README.md"
13 + # Not on crates.io yet, by decision (2026-08-06). Consumers take it as a git
14 + # dependency on makenot.work/git/max/shop. The keywords and categories above are
15 + # kept for the eventual release; the name was picked for the registry.
16 + publish = false
13 17
14 18 [lints]
15 19 workspace = true