Seregon/StratoSDK

StratoSDK is a framework with a declarative approach similar to Flutter/React, written and designed entirely for Rust.

Rust/27.3 KB/No license
examples/taffy_demo/Cargo.toml
StratoSDK / examples / taffy_demo / Cargo.toml
1[package]
2name = "taffy_demo"
3version = "0.1.0"
4edition = "2021"
5 
6[dependencies]
7strato-core = { path = "../../crates/strato-core" }
8strato-widgets = { path = "../../crates/strato-widgets" }
9strato-platform = { path = "../../crates/strato-platform" }
10tokio = { version = "1.40", features = ["rt-multi-thread", "macros"] }
11anyhow = "1.0"
12tracing = "0.1"
13