coolbluewater
coolbluewater
Hi, thanks for this tool! I was building something similar and found this. I'm moving from cbindgen and simple xcframeworks to using uniffi and cargo-swift to generate the swift package....
Hi @anlumo, be awesome if there were a demo app for this. Also, I tried building for macOS and failed, is this linux-only?
## Bug Report ### Version tracing-appender v0.2.3 ### Platform ### Crates ### Description Does not build against the latest Rust nightly. According to https://github.com/time-rs/time/issues/681, just need to update the `time`...
I've tried `${variable_name}` inside `run_cmd!`, that works fine. Unfortunately `${foo.bar()}` produces an error. It's easy to work around this by setting a variable to the expression and using the variable...
Build for the recently added Rust target `aarch64-apple-visionos` with feature `bundled` enabled: ``` RUSTFLAGS="-Awarnings" cargo +nightly build --target aarch64-apple-visionos -Zbuild-std --features "bundled" ``` ### Expected Build to succeed ### Actual...
Hi, running the examples on macOS (Metal M1) produces a bunch of errors starting with: ```shell cargo run --example ball --release +nightly error[E0432]: unresolved import `std::simd::SimdFloat` --> src/point.rs:1:80 | 1...