Mads Marquart
Mads Marquart
Ah, right, that's actually kinda expected, since `aarch64-unknown-none-softfloat` doesn't support `std`... My bad. Could you test the following Cargo project: https://gist.github.com/madsmtm/3c53305b58624ee8251a38b709db6412 With `cargo build --target aarch64-unknown-none-softfloat -vv`?
Well, that works, so I'm feeling fairly confident the problem isn't with `cc-rs`. You're absolutely sure that it isn't your project itself, or some dependency, that passes `--target`?
Yeah, we merged them in https://github.com/rust-windowing/winit/pull/3447, since we thought it important to give a fuller example of what a real application might look like, and a lot of the Winit...
I've reopened this to allow further discussion of this (CC https://github.com/rust-windowing/winit/pull/4136).
(That the semver checks are failing is expected, this _is_ a breaking change).
> Do you have a read on how this crate differs from the relevant higher-level crates in the objc2 family? (are there equivalent crate(s)). Would it make sense to look...
> Does this extra type safety and generated bindings have compile time and/or code size implications? They do have a compile-time cost, but it's quite low by now if you...
> I think it is worth extracting at least 2 parts of this out (the changes to `core-text` and `core-graphics-types`) and considering them separately from the changes to `cocoa` and...
Meeting resolution: @kchibisov will take a look once he has time
> perhaps the `create_observer` function ought to become public so it can be used in 3rd party libs It is quite a simple function, and will become even simpler in...