Mads Marquart
Mads Marquart
@dependabot rebase
@dependabot ping
@dependabot close
@dependabot reopen
@dependabot rebase
> That said, I find it frustrating to have to specify the feature for every class I want to use (`objc2-metal` has 61 features). Should features be enabled by default...
I've been thinking about this again, and perhaps it would indeed make sense to make all features be enabled by default, and allowing users to opt out with `default-features =...
> I only wish it was more prominently visible in the README so that when I add a crate I can configure it correctly. I started a new project this...
I have moved the items in the `"all"` feature to the `"default"` feature in 9cb02689c3cdb77305f539e69bf376268962a796, with the motivation: Easy default for binary projects, though a bit harder for libraries that...
Okay, so I'm gonna file PRs against the popular crates that use `objc2` (taken from https://github.com/madsmtm/objc2/issues/174), and make them use `default-features = false`. Tracking progress here (will tick the checkbox...