Skip to content

Commit 65ae06e

Browse files
committed
Update SwiftSCAD to 0.8.0
1 parent 5c62705 commit 65ae06e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
.executable(name: "Helical-Demo", targets: ["Demo"]),
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/tomasf/SwiftSCAD.git", from: "0.7.1"),
14+
.package(url: "https://github.com/tomasf/SwiftSCAD.git", from: "0.8.0"),
1515
],
1616
targets: [
1717
.target(

Sources/Demo/main.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct Repertoire: Shape3D {
6464
}
6565

6666
Repertoire(contents: bolts, partWidth: 15)
67-
.save(to: "bolts.scad")
67+
.save(to: "bolts")
6868

6969
Repertoire(contents: nutsAndWashers, partWidth: 15)
70-
.save(to: "nutsAndWashers.scad")
70+
.save(to: "nutsAndWashers")

0 commit comments

Comments
 (0)