koi icon indicating copy to clipboard operation
koi copied to clipboard

Compilation issue about the physics plugin

Open Kerollmops opened this issue 2 years ago • 1 comments

Whoops, it seems like adding a little CI would help this project a lot 😄

You probably forget to add, commit and push the physics module from your local machine and, also have made a little typo on the physics_plguin function.

error[E0583]: file not found for module `physics`
  --> src/lib.rs:60:1
   |
60 | mod physics;
   | ^^^^^^^^^^^^
   |
   = help: to create the module `physics`, create file "src/physics.rs" or "src/physics/mod.rs"

error[E0425]: cannot find function `physics_plguin` in this scope
   --> src/lib.rs:188:34
    |
188 |         let app = app.add_plugin(physics_plguin());
    |                                  ^^^^^^^^^^^^^^ not found in this scope

Kerollmops avatar Nov 28 '21 09:11 Kerollmops

Thanks for the report!

You’re right I should totally add CI. This project is in a bit of a chaos mode, I’m breaking things pretty much daily. But it’d be useful to track that.

kettle11 avatar Dec 08 '21 19:12 kettle11