A scientific calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers. WWW: https://kalker.xyz/
10 lines
277 B
TOML
10 lines
277 B
TOML
--- cargo-crates/rug-1.11.0/Cargo.toml.orig 2021-10-03 17:55:55 UTC
|
|
+++ cargo-crates/rug-1.11.0/Cargo.toml
|
|
@@ -31,6 +31,7 @@ version = "1"
|
|
version = "~1.4"
|
|
optional = true
|
|
default-features = false
|
|
+features = [ "use-system-libs" ]
|
|
|
|
[dependencies.libc]
|
|
version = "0.2.44"
|