Chris
Chris
+1 on this. This greatly improves the workflow on our CI, and we'd like to avoid using a nightly compiler just for this. What needs to happen for this to...
I tracked down some sizes of things and I think the issue is a `SmallVec` optimization in `GraphicsEntryPoint` (edit: Also applies to `ComputeEntryPoint`). `GraphicsEntryPoint` looks like [this](https://github.com/vulkano-rs/vulkano/blob/4f4580e749246ababfa5f1e01846989904e1e9a1/vulkano/src/pipeline/shader.rs#L226-L240): ```rust pub struct...
I'm trying to get a small app running on iOS/iPadOS and currently have things compiling and linking. I haven't been able to test running the builds yet, since deploying is...
Cargo assumes features are additive, so I would worry that this kind of fix will break when a single crate's dependency tree accidentally uses different `ash_*` features. See: https://doc.rust-lang.org/nightly/cargo/reference/features.html#feature-unification >...
This issue is also broke projects I work on. Cargo has surprisingly sophisticated version controls, so I added a maximum version check and have uploaded it here: https://github.com/Chris--B/vk-mem-rs I'm not...
Has there been any movement on this? I have a work around. It's not great but it works on my Mac, even when I run `cargo aoc`. Use `ctor` to...
> but there's not much benefit either, only perception I think you're underselling the benefit of perception. Seeing foundational crates across the ecosystem with "pre-release" versions paints a picture of...
The 500th day anniversary of this issue being opened is next week. We're still at version `0.4`. If we had done a 1.0 bump in 2022, most of that ecosystem...