Skip to content

Commit

Permalink
Quick update for new package manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLarson committed Nov 8, 2017
1 parent 0b43105 commit efe8d33
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Package.swift
100644 → 100755
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// swift-tools-version:4.0
import PackageDescription

let package = Package(
name: "CFreeGLUT",
pkgConfig: "freeglut3-dev",
providers: [
.brew(["freeglut3-dev"]),
.apt(["freeglut3-dev"])
]
)

0 comments on commit efe8d33

Please sign in to comment.