autd-geometry 1.0.0

Geometry of AUTD.
Documentation
[package]
name = "autd-geometry"
version = "1.0.0"
authors = ["shun suzuki <suzuki@hapis.k.u-tokyo.ac.jp>"]
edition = "2018"

license = "MIT"
description = "Geometry of AUTD."
repository = "https://github.com/sssssssuzuki/autd-geometry"
readme = "README.md"
keywords = ["autd"]
exclude = [
    ".github/*",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
na = "0.20.0"