add empty gpui_elements crate (#42)
This commit is contained in:
Generated
+7
@@ -2546,6 +2546,13 @@ dependencies = [
|
||||
"zed-scap",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "gpui_elements"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"gpui",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "gpui_linux"
|
||||
version = "0.1.0"
|
||||
|
||||
@@ -10,6 +10,7 @@ members = [
|
||||
"./crates/gpui_windows/",
|
||||
"./crates/gpui_platform/",
|
||||
"./crates/gpui_shared_string/",
|
||||
"./crates/gpui_elements/",
|
||||
]
|
||||
default-members = [
|
||||
"./crates/gpui/",
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "gpui_elements"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
license = "Apache-2.0"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
gpui.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user