component: Replace linkme with inventory (#30705)

This PR replaces the use of `linkme` with `inventory` for the component
preview registration.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-14 23:29:11 +02:00 committed by GitHub
parent 87cb498a41
commit 607bfd3b1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 28 additions and 27 deletions

8
Cargo.lock generated
View file

@ -674,7 +674,6 @@ dependencies = [
"language",
"language_model",
"language_models",
"linkme",
"log",
"markdown",
"open",
@ -3177,7 +3176,7 @@ version = "0.1.0"
dependencies = [
"collections",
"gpui",
"linkme",
"inventory",
"parking_lot",
"strum 0.27.1",
"theme",
@ -4327,7 +4326,6 @@ dependencies = [
"gpui",
"indoc",
"language",
"linkme",
"log",
"lsp",
"markdown",
@ -6026,7 +6024,6 @@ dependencies = [
"language",
"language_model",
"linkify",
"linkme",
"log",
"markdown",
"menu",
@ -9105,7 +9102,6 @@ dependencies = [
"component",
"db",
"gpui",
"linkme",
"rpc",
"settings",
"sum_tree",
@ -15707,7 +15703,6 @@ dependencies = [
"component",
"editor",
"gpui",
"linkme",
"settings",
"theme",
"ui",
@ -16940,7 +16935,6 @@ dependencies = [
"gpui",
"install_cli",
"language",
"linkme",
"picker",
"project",
"schemars",