mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-14 00:17:17 +00:00
13 lines
289 B
Markdown
13 lines
289 B
Markdown
# Contributing
|
|
|
|
On Linux, install the following packages:
|
|
|
|
```bash
|
|
sudo apt install libgdk3.0-cil libatk1.0-dev libcairo2-dev libpango1.0-dev libgdk-pixbuf2.0-dev libsoup-3.0-dev libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev
|
|
```
|
|
|
|
Then run:
|
|
|
|
```bash
|
|
cargo test --workspace --tests
|
|
```
|