amethyst / amethyst/rustrogueliketutorial
[RESOLVED] Wayland Issue
Aberta
- Linguagem predominante
- Rust
- Estrelas
- 970
- Forks
- 166
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I'm using Wayland and Sway, and I had to add this to the root Cargo.toml and update Cargo.lock to get any of the chapters to run:
```toml
[dependencies]
...
x11-dl = "2.21.0"
```
```bash
cargo update -p x11-dl
```
I didn't test every chapter, but chapters 1, 2, and 75 run without problems so far.
Just documenting it in-case anyone else has this issue.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.