Tue, 18 Feb 2025 20:19:57 -0500
Add arXiv link of second paper to README
48
53136eba9abf
Add .cargo/config.toml setting for finding GSL on macos.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
1 | [target.'cfg(all(target_os = "macos"))'] |
53136eba9abf
Add .cargo/config.toml setting for finding GSL on macos.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
2 | rustflags = ["-L", "/opt/homebrew/include"] |