extrawurst
extrawurst
through https://github.com/godot-rust/godot-rust/issues/538 it came up that this might be a problem rooted in `cargo-lipo` this is the output that gets generated over and over since upgrading to rust 1.45: ```...
I thought rust supports bitcode generation. How can I make `cargo lipo` build such libraries?
i have xcode and command line tools installed what else do i need to do to get dstep on osx running? it always says: ``` dyld: Library not loaded: @rpath/libclang.dylib...
i have simply split up the module, no other changes for now. 1) i think the linalg module was huge 2) it is transparent since i created a package.d for...
all Matrix.invert(): currently the mixin AFAIK creates a dynamic array even though the matrix already contains one, just assignments would be enough. for example: https://github.com/Dav1dde/gl3n/blob/master/gl3n/linalg.d#L1036 Matrix.perspective() with FOV: https://github.com/Dav1dde/gl3n/blob/master/gl3n/linalg.d#L1179
unfortunately cl4d does not link on osx. any ideas ? ``` $ dub build --config=vector-example WARNING: A deprecated branch based version specification is used for the dependency derelict-sdl2. Please use...
i just had a look at the DDT eclipse plugin for D. what do you think of duplicating the "automatic build" feature that simply builds using dub in the background...
i know this is a pretty advanced (nice to have) feature, but i like this a lot in editors that support it: arbitrary caret positions and block selections (see texniccenter...
This library looks great! Is it possible to use it as a crate in another rust project? `gitui` could really benefit from such state of the art diff visualisation