Skip to content
  • Christopher Serr's avatar
    Implement Support for no_std · c474f97f
    Christopher Serr authored and Alex Butler's avatar Alex Butler committed
    This allows using rusttype on no_std targets by disabling the `std`
    feature that is enabled by default and activating the `libm-math`
    feature. On most targets you still want to keep the `has-atomics`
    feature active, as that specifies that the target is capable of
    supporting atomics, which only some embedded devices do not support.
    c474f97f
Validating GitLab CI configuration… Learn more