Skip to content

Commit

Permalink
Use more minimal import
Browse files Browse the repository at this point in the history
This will have a minor benefit on app size for apps that don't use MetalKit since libswiftMetalKit.dylib will no longer be bundled.
  • Loading branch information
ChristopherRogers authored Nov 12, 2018
1 parent d0a0ef8 commit 3a84947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Extensions/CG+Hero.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a84947

Please sign in to comment.