Conversation
|
Looks like Is there any preprocessor/directive already in use to detect what version of macOS is being built against? Or should I just remove them? |
Add AppKit-defined UI Element Colors and Standard Colors. See https://developer.apple.com/documentation/appkit/nscolor#1651631
4160e3f to
c0d59c6
Compare
|
Part of the issue here is that you're running tests that need the new symbols, but if you didn't do that, then things would compile, leaving up to the person using the crate to sort it out. I'm not sure what's better. |
|
An option is to add a |
|
There is some precedent for using cargo features:
I was thinking along the lines of how it's done in |
Add AppKit-defined UI Element Colors and Standard Colors.
See https://developer.apple.com/documentation/appkit/nscolor#1651631