Skip to content

Commit

Permalink
update demo name 😅
Browse files Browse the repository at this point in the history
  • Loading branch information
sunlubo committed Aug 12, 2018
1 parent 74193a1 commit e699428
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 184 deletions.
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
),
.executable(
name: "SwiftSDL2Demo",
targets: ["Demo"]
targets: ["SwiftSDL2Demo"]
)
],
dependencies: [
Expand All @@ -23,8 +23,9 @@ let package = Package(
name: "SwiftSDL2"
),
.target(
name: "Demo",
dependencies: ["SwiftSDL2"]
name: "SwiftSDL2Demo",
dependencies: ["SwiftSDL2"],
path: "Sources/Demo"
),
.testTarget(
name: "SwiftSDL2Tests",
Expand Down
Loading

0 comments on commit e699428

Please sign in to comment.