Skip to content

Commit

Permalink
fix export-models, update clj-manifold3d
Browse files Browse the repository at this point in the history
  • Loading branch information
cartesian-theatrics committed May 18, 2024
1 parent c155c9a commit 57f31ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:paths ["src/main" "resources"]
:deps {net.mikera/core.matrix {:mvn/version "0.62.0"}
;; org.clojars.cartesiantheatrics/clj-manifold3d {:local/root "../clj-manifold3d"}
org.clojars.cartesiantheatrics/clj-manifold3d {:mvn/version "0.0.22"}
org.clojars.cartesiantheatrics/clj-manifold3d {:mvn/version "0.1.0"}
net.mikera/vectorz-clj {:mvn/version "0.48.0"}
metosin/malli {:mvn/version "0.11.0"}
scad-clj/scad-clj {:mvn/version "0.5.3"}}
Expand Down
2 changes: 1 addition & 1 deletion src/main/plexus/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
([namespace file-ext]
(export-models namespace file-ext #".*" ""))
([namespace file-ext match-str]
(export-models namespace file-ext #".*" ""))
(export-models namespace file-ext match-str ""))
([namespace file-ext match-str name-postfix]
(-> (io/file (format "out/%s" file-ext)) (.mkdirs))
(doall
Expand Down

0 comments on commit 57f31ba

Please sign in to comment.