diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 46bf689..e731166 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -10,12 +10,15 @@ serde = { version = "1.0.203", features = ["derive"] } serde_json = { version = "1.0.120" } paste = "1.0.15" anyhow = { version = "1.0.86", features = ["backtrace"] } +itertools = "0.14.0" vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } ecs = { git = "https://gavania.de/hodasemi/ecs.git" } +ui_proc_macro = { path = "../ui_proc_macro" } + # optional audio = { git = "https://gavania.de/hodasemi/audio.git", optional = true } diff --git a/ui/src/builder/builder.rs b/ui/src/builder/builder.rs index 745af22..50b1871 100644 --- a/ui/src/builder/builder.rs +++ b/ui/src/builder/builder.rs @@ -203,7 +203,8 @@ impl Functionality for GuiBuilder { let suffix_less_function_name = handle_function_suffix(function_name); let button: Arc