Metadata-Version: 2.1
Name: microeditor_ron
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Bevy microeditor RON

# Initial commands


```bash
python3 -m venv .env
source .env/bin/activate
pip install maturin
maturin init
```

To run develop

```bash
maturin develop
```
