diff options
Diffstat (limited to 'draw/dune')
-rwxr-xr-x | draw/dune | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/draw/dune b/draw/dune new file mode 100755 index 0000000..1791604 --- /dev/null +++ b/draw/dune @@ -0,0 +1,8 @@ +(library + (name draw) + (libraries + gg + brr + curves + ) + ) |