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

Re-add the ability to get major edge lines. #26

Merged
merged 1 commit into from
Jul 29, 2024

Commits on Jul 29, 2024

  1. Re-add the ability to get major edge lines.

    * Bump version from 14.0.0 (current release) to 14.1.0, because
      we're adding a method.
    * Added back `get_major_edge_line_indices`, which was removed by
      commit 9ff8564.
      However, it is (still) buggy (it misses the first and last index),
      so it is marked deprecated. This is just so that this can go into
      a release which is a minor rather than major version bump.
    * Added replacement `get_major_edges_line_indices` which returns
      the correct lines. However, it returns *all* relevant edges, rather
      than allowing selection of a single edge.
    * Removed unused `use std::sync::Arc;`.
    kpreid committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    49498a9 View commit details
    Browse the repository at this point in the history