mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Added debug.scad to std.scad
This commit is contained in:
parent
1cab868d8a
commit
e8087f7ba4
2 changed files with 2 additions and 1 deletions
1
std.scad
1
std.scad
|
@ -18,6 +18,7 @@ include <errors.scad>
|
|||
include <arrays.scad>
|
||||
include <strings.scad>
|
||||
include <vnf.scad>
|
||||
include <debug.scad>
|
||||
|
||||
include <math.scad>
|
||||
include <vectors.scad>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,257];
|
||||
BOSL_VERSION = [2,0,258];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue