-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move libraries and fonts to config file
- Loading branch information
Showing
5 changed files
with
43 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"name": "Liberation Fonts", | ||
"description": "The Liberation Fonts is font collection which aims to provide document layout compatibility as usage of Times New Roman, Arial, Courier New.", | ||
"url": "https://github.com/shantigilbert/liberation-fonts-ttf/archive/refs/heads/master.zip", | ||
"startPath": "liberation-fonts-ttf-master/" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"name": "BOSL2", | ||
"description": "A library for OpenSCAD that includes a number of utilities.", | ||
"url": "https://github.com/BelfrySCAD/BOSL2/archive/refs/heads/master.zip", | ||
"startPath": "BOSL2-master" | ||
}, | ||
{ | ||
"name": "BOSL", | ||
"description": "A library for OpenSCAD that includes a number of utilities.", | ||
"url": "https://github.com/revarbat/BOSL/archive/refs/tags/v1.0.3.zip", | ||
"startPath": "BOSL-1.0.3" | ||
}, | ||
{ | ||
"name": "Round-Anything", | ||
"description": "A set of OpenSCAD utilities for adding radii and fillets, that embodies a robust approach to developing OpenSCAD parts.", | ||
"url": "https://github.com/Irev-Dev/Round-Anything/archive/refs/tags/1.0.4.zip", | ||
"startPath": "Round-Anything-1.0.4" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters