We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d7099 commit bdc8d1aCopy full SHA for bdc8d1a
.gitignore
@@ -10,3 +10,4 @@ coverage
10
docs/build/
11
env
12
node_modules
13
+.vscode
Project.toml
@@ -1,4 +1,4 @@
1
-name = "Thesisart"
+name = "ThesisArt"
2
uuid = "6184abd9-1539-47ca-b742-6ec6f8d46641"
3
authors = ["Benedikt V. Ehinger"]
4
version = "0.2.0"
src/Thesisart.jl
-module Thesisart
+module ThesisArt
using PDFIO
using BSplineKit
using RollingFunctions
0 commit comments