Sun, 27 Apr 2025 15:03:20 -0500
Start work on 3.0.0
|
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"] |