[package] name = "makepad-example-aichat" version = "0.1.0" authors = ["Makepad "] edition = "2021" description = "AI Chat example using makepad AI hub providers" license = "MIT OR Apache-2.0" [dependencies] makepad-widgets = { path = "../../widgets", features = ["maps", "pdf"] } makepad-code-editor = { path = "../../code_editor" } makepad-ai-hub = { path = "../../libs/ai/hub", default-features = false }