Remove dependency on num-traits.
This commit is contained in:
parent
c62914b91a
commit
c6a3397b29
@ -14,7 +14,7 @@ Easy
|
|||||||
|
|
||||||
* Easily [call a script-defined function]({{rootUrl}}/engine/call-fn.md) from Rust.
|
* Easily [call a script-defined function]({{rootUrl}}/engine/call-fn.md) from Rust.
|
||||||
|
|
||||||
* Very few additional dependencies (right now only [`num-traits`](https://crates.io/crates/num-traits/) to do checked arithmetic operations, and [`smallvec`](https://crates.io/crates/smallvec/));
|
* Very few additional dependencies (right now only [`smallvec`](https://crates.io/crates/smallvec/));
|
||||||
for [`no-std`] builds, a number of additional dependencies are pulled in to provide for functionalities that used to be in `std`.
|
for [`no-std`] builds, a number of additional dependencies are pulled in to provide for functionalities that used to be in `std`.
|
||||||
|
|
||||||
Fast
|
Fast
|
||||||
|
Loading…
Reference in New Issue
Block a user