[package] name = "makepad-app-flow-ui" version = "0.1.0" edition = "2021" publish = false [dependencies] makepad-widgets = { path = "../../widgets" } makepad-code-editor = { path = "../../code_editor" } makepad-strict-json = { path = "../../libs/strict_json" } makepad-flow = { path = "../../libs/flow", features = ["host"] } makepad-flowgraph = { path = "../../libs/flowgraph" } makepad-media-view = { path = "../../libs/media_view" } makepad-aichat = { path = "../aichat" } makepad-ai-services = { path = "../../libs/ai/services" } makepad-ai-hub = { path = "../../libs/ai/hub", default-features = false, features = ["llm"] } makepad-app-asset-server = { path = "../asset-server" } makepad-asset-client = { path = "../../libs/asset/client" }