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