Conversation
|
Let's add a no-op [features]
default = ["std"]
std = ["alloc"]
alloc = []// For forwards compatibility
#[cfg(feature = "alloc")]
extern crate alloc as _; |
|
Haven't noticed your link. |
|
Adding aliases is not justified, see https://www.freedesktop.org/wiki/Specifications/cursor-spec/ . There's a movement to use standard icon names, so we can keep everything the way it is. And most cursor themes have all the variants listed in that spec already. |
notgull
left a comment
There was a problem hiding this comment.
I went through the API Guidelines Checklist and made PRs for the things I found missing. Aside from that, looks good to me!
|
I'll mention this from matrix given that went into legal off topic: Should we include documentation for CursorIcon::from_str to specify what string values are expected. I'd guess it's the CSS values from quickly searching? |
Done in 92dd3e6 |
--
r @i509VCB @notgull ?