From 3a8494723de89c2d0879efed832b7c553d1cf17b Mon Sep 17 00:00:00 2001 From: Christopher Rogers Date: Mon, 12 Nov 2018 16:33:33 +0900 Subject: [PATCH] Use more minimal import This will have a minor benefit on app size for apps that don't use MetalKit since libswiftMetalKit.dylib will no longer be bundled. --- Sources/Extensions/CG+Hero.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Extensions/CG+Hero.swift b/Sources/Extensions/CG+Hero.swift index 76db88c5..8601d03e 100644 --- a/Sources/Extensions/CG+Hero.swift +++ b/Sources/Extensions/CG+Hero.swift @@ -20,7 +20,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. -import MetalKit +import QuartzCore let π = CGFloat.pi