Missing credits module
woelfman opened this issue · 1 comments
woelfman commented
When trying to build with the provided instruction there is a build error about missing the credits module.
commit 98c966b
$ cargo build
...
error[E0583]: file not found for module `credits`
--> src/gui.rs:12:1
|
12 | mod credits;
| ^^^^^^^^^^^^
|
= help: to create the module `credits`, create file "src/gui/credits.rs"
error[E0432]: unresolved import `credits::credits`
--> src/gui.rs:19:9
|
19 | pub use credits::credits;
| ^^^^^^^^^^^^^^^^ no `credits` in `gui::credits`
error: aborting due to 2 previous errors
Some errors have detailed explanations: E0432, E0583.
For more information about an error, try `rustc --explain E0432`.
error: could not compile `fishgame`
To learn more, run the command again with --verbose.
not-fl3 commented
Thanks, fixed!