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/animated_showcase/Cargo.toml
1[package]
2name = "animated_showcase"
3version = "0.1.0"
4edition = "2021"
5 
6[dependencies]
7strato-platform = { path = "../../crates/strato-platform" }
8strato-core = { path = "../../crates/strato-core" }
9strato-renderer = { path = "../../crates/strato-renderer" }
10strato-widgets = { path = "../../crates/strato-widgets" }
11tokio = { workspace = true, features = ["full"] }
12tracing = { workspace = true }
13tracing-subscriber = { workspace = true }
14winit = { workspace = true }
15glam = { workspace = true }
16anyhow = "1.0"
17