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

no_std support #21

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Dec 13, 2022

  1. no_std compat

    n-prat committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    374ab91 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. cargo: feature-gate "libm"

    Same principle as nalgebra,simba,etc
    n-prat committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a0bd229 View commit details
    Browse the repository at this point in the history
  2. cargo: remove feature "libm"

    ie revert previous commit
    n-prat committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9496fb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bf3c4b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. cleanup: fix "edition"

    To keep compat with Rust 1.34
    n-prat committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f5193af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eeefc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. rename feature "alloc" -> "num-traits"

    - update #[cfg] logic in lib.rs
    - ci: add "no-std-check" with "features=num-traits"
    n-prat committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0bdf6cb View commit details
    Browse the repository at this point in the history
  2. cargo: bump min Rust to 1.56

    n-prat committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    21adadf View commit details
    Browse the repository at this point in the history
  3. cargo: remove "dep:" prefix

    n-prat committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ee797f2 View commit details
    Browse the repository at this point in the history
  4. add README

    n-prat committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ecae130 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbf3d23 View commit details
    Browse the repository at this point in the history