Draw a line in each direction

This commit is contained in:
2025-07-27 11:03:52 +02:00
parent 80c4c3604c
commit a4250898c0
5 changed files with 24 additions and 2 deletions

9
Cargo.lock generated
View File

@@ -2,6 +2,15 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "libm"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
[[package]]
name = "nova"
version = "0.1.0"
dependencies = [
"libm",
]