amethyst / amethyst/bracket-lib
Curses example not working
未关闭
- 主要语言
- Rust
- 星标
- 1.7k
- 派生
- 126
- PR 合并指标
- 30 天内没有已合并 PR
描述
I get the following trying to run the examples in curses mode:
```
error[E0609]: no field `fitscreen` on type `curses::InitHints`
--> bracket-terminal/src/initializer.rs:455:29
|
455 | self.platform_hints.fitscreen = fitscreen;
| ^^^^^^^^^ help: a field with a similar name exists: `fullscreen`
```
Here's the command I'm using to run the curses example:
```
cargo run --example colorfont --no-default-features --features "curses"
```
I'm using the latest code in git 0d2d5e6a9a8e7c7ae3710cfef85be4cab0109a27
Platform is linux using ncurses
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。