79539066

Date: 2025-03-27 13:51:21
Score: 1
Natty:
Report link

You can add the following code in your .cargo/config.toml :

[build]
rustflags = ["-Clink-arg=-lobjc", "-Clink-arg=-framework", "-Clink-arg=AppKit"]

With this you don't have to pass arguments every time and can just do cargo run --release

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: RokoSensei