agent: Use inventory for AgentPreview (#30740)

This PR updates the `AgentPreview` to use `inventory` instead of
`linkme`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-15 10:36:13 +02:00 committed by GitHub
parent b2fc4064c0
commit 23d42e3eaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 23 additions and 48 deletions

View file

@ -19,7 +19,6 @@ documented.workspace = true
gpui.workspace = true
icons.workspace = true
itertools.workspace = true
linkme.workspace = true
menu.workspace = true
serde.workspace = true
settings.workspace = true
@ -37,7 +36,3 @@ windows.workspace = true
[features]
default = []
stories = ["dep:story"]
# cargo-machete doesn't understand that linkme is used in the component macro
[package.metadata.cargo-machete]
ignored = ["linkme"]