dip 0.2.1

Write cross-platform application with React-like declarative UI framework and scalable ECS architecture all in Rust.
Documentation
## Installation

### Setting Up macOS

1. Xcode Tools

```sh
xcode-select --install
```

2. Rust

```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

3. dip CLI

```sh
cargo install dip
```

## Desktop

### Installation