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/complex_demo/Cargo.toml
1[package]
2name = "complex_demo"
3version = "0.1.0"
4edition = "2021"
5 
6[dependencies]
7strato-core = { path = "../../crates/strato-core" }
8strato-platform = { path = "../../crates/strato-platform" }
9strato-widgets = { path = "../../crates/strato-widgets" }
10anyhow = "1.0"
11