mirror of https://github.com/rm-dr/daisy
Minor edits
parent
dae8976598
commit
e578dc1654
|
@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "daisycalc"
|
name = "daisycalc"
|
||||||
version = "0.2.10"
|
version = "0.2.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"rug",
|
"rug",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "daisycalc"
|
name = "daisycalc"
|
||||||
version = "0.2.10"
|
version = "0.2.11"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "buildscript/main.rs"
|
build = "buildscript/main.rs"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
1
TODO.md
1
TODO.md
|
@ -4,6 +4,7 @@
|
||||||
- Prettyprint: no space when implicit multiply?
|
- Prettyprint: no space when implicit multiply?
|
||||||
- Fix printing 1/2pi, square root parenthesis
|
- Fix printing 1/2pi, square root parenthesis
|
||||||
- Re-evaluate variables (a = q + 2, q = 3, a should evaluate to 5)
|
- Re-evaluate variables (a = q + 2, q = 3, a should evaluate to 5)
|
||||||
|
- Remove rug dependency (too big, incompatible)
|
||||||
|
|
||||||
## Pre-release
|
## Pre-release
|
||||||
- Commands to list constants, units, and substitutions
|
- Commands to list constants, units, and substitutions
|
||||||
|
|
Loading…
Reference in New Issue