feat: Added iced-ui and updated typegen for docs
This commit is contained in:
@@ -21,3 +21,11 @@ thiserror = "2.0"
|
||||
tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
||||
ui-gpui = { version = "0.1.0", path = "ui-gpui", optional = true }
|
||||
ui-iced = { version = "0.1.0", path = "ui-iced", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["iced"]
|
||||
iced = ["dep:ui-iced"]
|
||||
gpui = ["dep:ui-gpui"]
|
||||
|
||||
Reference in New Issue
Block a user