Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOC - Implement Navigator #33

Closed
wants to merge 21 commits into from
Closed

LOC - Implement Navigator #33

wants to merge 21 commits into from

Conversation

misha7b
Copy link
Contributor

@misha7b misha7b commented Oct 14, 2024

TODO:

  • Implement Navigator.cpp from 2024 codebase in Rust.
  • Think of a new name. "Localisator"??

@misha7b misha7b marked this pull request as draft October 14, 2024 18:28
@@ -5,3 +5,4 @@ edition = "2021"

[dependencies]
nalgebra = "0.33.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
nalgebra = "0.33.0"
nalgebra = { version = "0.33.0", default-features = false }

See: https://nalgebra.org/docs/user_guide/wasm_and_embedded_targets/#compiling-without-standard-library

@misha7b misha7b closed this Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants