Add std flags to allow disabling std.#10
Add std flags to allow disabling std.#10alex-quach-arc-boats wants to merge 1 commit intoNatLabRockies:mainfrom
Conversation
|
Thanks for the PR! I think there is quite a lot of code throughout the crate that uses I take it this PR was made for itertools dependency reasons? I believe there are other dependencies in this crate with default I'll be happy to take a deeper look at this when I return from vacation next week! |
|
Thanks for taking a look! I had slapped this together with the Github UI, just thinking that I needed to transitively pass the std feature to the dependency crates. But after trying to build it locally I realized what you said which is that the crate itself needs std, so tbh at that point I gave up and rewrote the 2D lerping with ChatGPT. Mostly I just need lerping and grid/lookup table-type interpolation in a embedded environment, and as far as I can could tell, all the crates in this category assume std. Thanks again for taking a look! |
No description provided.