Skip to content

Commit

Permalink
chore: Update crate name to gpui-component for publish crate to hold …
Browse files Browse the repository at this point in the history
…the name. (#603)
  • Loading branch information
huacnlee authored Feb 6, 2025
1 parent bc579c0 commit 99a4c79
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 30 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = "1"
smallvec = "1"
rust-embed = "8.5.0"
story = { path = "crates/story" }
ui = { path = "crates/ui" }
ui = { package = "gpui-component", path = "crates/ui" }
windows = { version = "0.58.0", features = [
"Wdk",
"Wdk_System",
Expand Down
1 change: 1 addition & 0 deletions crates/story/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "story"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
ui.workspace = true
Expand Down
9 changes: 6 additions & 3 deletions crates/ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
description = "UI components for the GPUI"
description = "UI components for building fantastic desktop application by using GPUI."
edition = "2021"
name = "ui"
publish = false
name = "gpui-component"
publish = true
version = "0.1.0"
homepage = "https://github.com/longbridge/gpui-component"
license-file = "LICENSE-APACHE"
keywords = ["ui", "desktop", "application", "GPUI"]

[lib]
doctest = false
Expand Down

0 comments on commit 99a4c79

Please sign in to comment.