Commit: 5845d52bf350d5250964ad64a0ae29f758d4dfa3 Author: Sergey Sharybin Date: Fri Sep 30 10:36:11 2016 +0200 Branches: master https://developer.blender.org/rB5845d52bf350d5250964ad64a0ae29f758d4dfa3
CUEW: Use latest upstream version Fixes typo in README :) Thanks to @jesterKing! =================================================================== M extern/cuew/README M extern/cuew/README.blender =================================================================== diff --git a/extern/cuew/README b/extern/cuew/README index 3c43b72..2fab760 100644 --- a/extern/cuew/README +++ b/extern/cuew/README @@ -4,7 +4,7 @@ for determining which CUDA functions and extensions extensions are supported on the target platform. CUDA core and extension functionality is exposed in a single header file. -GUEW has been tested on a variety of operating systems, including Windows, +CUEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X. LICENSE diff --git a/extern/cuew/README.blender b/extern/cuew/README.blender index 7e0523e..7b77935 100644 --- a/extern/cuew/README.blender +++ b/extern/cuew/README.blender @@ -1,5 +1,5 @@ Project: Cuda Wrangler URL: https://github.com/CudaWrangler/cuew License: Apache 2.0 -Upstream version: e2e0315 +Upstream version: 63d2a0f Local modifications: None _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
