Lots of owork on a calculator example, transparency, etc.

This commit is contained in:
2026-05-16 16:18:55 -04:00
parent e2c2563b7e
commit 6dcc2d0d00
40 changed files with 5783 additions and 125 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "calculator"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "calculator"
path = "src/main.rs"
[dependencies]
ruin_app = { path = "../../lib/ruin_app" }
ruin_ui = { path = "../../lib/ui" }
ruin-runtime = { path = "../../lib/runtime" }
meval = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }