First pass on ruin_app, raw expanded example
This commit is contained in:
14
lib/ruin_app/Cargo.toml
Normal file
14
lib/ruin_app/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "ruin_app"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
ruin_reactivity = { path = "../reactivity" }
|
||||
ruin_runtime = { package = "ruin-runtime", path = "../runtime" }
|
||||
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"
|
||||
Reference in New Issue
Block a user