Hands-on Rust: Windows compatibility issue in `main.rs` (page 97)

The line .with_resource_path("resources/") should be .with_resource_path("resources"). The trailing path separator should be left out.

Alternatively, this line can be omitted because the terminal builder uses “resources” as the default.

1 Like