feat: drop heuropt-plot companion crate

Removes the heuropt-plot subcrate, the visualize example that used
it, and the related workspace plumbing (root [workspace] table, the
[workspace] override added to fuzz/Cargo.toml to detach from it,
heuropt-plot dev-dep, CHANGELOG mention).

The visualization concern is better served as an independent third-
party project than as a companion crate in this repo. No effect on
heuropt's public API or the async work in 0.8.0.
This commit is contained in:
2026-05-06 09:04:13 -06:00
parent cfd5207fb6
commit af226e3d3b
7 changed files with 0 additions and 505 deletions
-4
View File
@@ -1,7 +1,3 @@
[workspace]
# Detach from the parent heuropt workspace so cargo-fuzz can build
# this crate independently without listing it as a workspace member.
[package]
name = "heuropt-fuzz"
version = "0.0.0"