Karshan
Results
3
issues of
Karshan
- removed utf string version limitation - changed dependency on network to network-uri since that package was forked - fixed src/Test.hs These changes allow this package to compile with ghc-7.8.3,...
The implementation in https://github.com/deltaphc/raylib-rs/blob/master/raylib/src/core/math.rs#L1901 is backwards. (i.e. if you want to compute a * b, you need to use the expression b * a when using raylib-rs) e.g. A =...