Proc macros for components, views
This commit is contained in:
@@ -6,9 +6,14 @@ edition = "2024"
|
||||
[dependencies]
|
||||
ruin_reactivity = { path = "../reactivity" }
|
||||
ruin_runtime = { package = "ruin-runtime", path = "../runtime" }
|
||||
ruin_app_proc_macros = { package = "ruin-app-proc-macros", path = "../ruin_app_proc_macros" }
|
||||
ruin_ui = { path = "../ui" }
|
||||
ruin_ui_platform_wayland = { path = "../ui_platform_wayland" }
|
||||
|
||||
[[example]]
|
||||
name = "00_bootstrap_and_counter_raw"
|
||||
path = "example/00_bootstrap_and_counter_raw.rs"
|
||||
|
||||
[[example]]
|
||||
name = "00_bootstrap_and_counter"
|
||||
path = "example/00_bootstrap_and_counter.rs"
|
||||
|
||||
Reference in New Issue
Block a user