amethyst / amethyst/rustrogueliketutorial
[RESOLVED] Wayland Issue
Đang mở
- Ngôn ngữ chính
- Rust
- Star
- 970
- Fork
- 166
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.