Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
3.02k stars 115 forks source link

Fixed `impl_glam|mint|vek` feature flags being an illusion of choice #69

Open WilliamVenner opened 2 years ago

WilliamVenner commented 2 years ago

I noticed that it is not possible to disable these features because cust_core (which cust depends on) uses them as default features but exposes no way to turn them off.