Skip to content

Commit

Permalink
Merge pull request #1 from jkolb/master
Browse files Browse the repository at this point in the history
Update to include non-empty Package.swift
  • Loading branch information
jkolb authored Jul 30, 2017
2 parents 9ec9187 + 771d0ce commit 53da36b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
/.build
/Packages
/*.xcodeproj
7 changes: 7 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// swift-tools-version:3.1

import PackageDescription

let package = Package(
name: "CGLFWLinux"
)

0 comments on commit 53da36b

Please sign in to comment.