Daniel Thul

Results 3 issues of Daniel Thul

I'm using the following line in my `Cargo.toml`: ```toml async-stripe = { version = "0.13", default-features = false, features = ["runtime-tokio-hyper-rustls", "billing", "webhook-events"] } ``` and this is the compile...

bug

cgmath uses OpenGL's coordinate system conventions for the projection matrices. This means that the projection matrices generated by cgmath need to be modified (see: [the new Vulkan coordinate system](https://matthewwellings.com/blog/the-new-vulkan-coordinate-system/)) when...

Would it be possible to remove the dependency on `smol_str`? Or at least fix it to a specific minor version. rust-analyzer/smol_str#25 just broke my build (even with the latest stable...