StratoSDK is a framework with a declarative approach similar to Flutter/React, written and designed entirely for Rust.
| 1 | # Third Party Notices |
| 2 | |
| 3 | ## WarpUI |
| 4 | |
| 5 | Portions of this project are derived from WarpUI by Denver Technologies, Inc. |
| 6 | Original source: https://github.com/warpdotdev/warp |
| 7 | Imported from commit: `c61ad5b8a8c3980148f91c76a4ce17d1bf8105fc` |
| 8 | Licensed under the MIT License. See `LICENSES/WARPUI-MIT.txt`. |
| 9 | |
| 10 | The imported WarpUI source is currently quarantined under |
| 11 | `crates/strato-ui-core` and `crates/strato-ui-renderer`. It is excluded |
| 12 | from the Cargo workspace until AGPL-inherited Warp workspace dependencies have |
| 13 | been replaced by clean-room or Strato-native implementations. |
| 14 |