diff --git a/src/data/svgs.ts b/src/data/svgs.ts index c3ae7f0..dfa4c4d 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1879,6 +1879,12 @@ export const svgs: iSVG[] = [ route: '/library/procure.svg', url: 'https://procure.biz/' }, + { + title: 'Julia', + category: 'Language', + route: '/library/julia.svg', + url: 'https://julialang.org/' + }, { title: 'SWC', category: 'Compiler', diff --git a/static/library/julia.svg b/static/library/julia.svg new file mode 100644 index 0000000..7c0dac9 --- /dev/null +++ b/static/library/julia.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file