main
Matthew Butterick 6 years ago
parent c2e089ca6c
commit e7edcf9c6e

@ -1,6 +1,6 @@
MIT License
Quad is © 20142018 Matthew Butterick
Quad is © 20142019 Matthew Butterick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,6 @@
#lang info
(define collection 'multi)(define deps '("at-exp-lib"
(define collection 'multi)
(define deps '("at-exp-lib"
"base"
"beautiful-racket-lib"
"fontland"
@ -11,3 +12,4 @@
"txexpr"
"csp"))
(define build-deps '("debug"))
(define update-implies '("xenomorph" "fontland" "pitfall"))

@ -1,3 +1,3 @@
#lang info
(define collection "quad")
(define version "0.0")
(define scribblings '(("scribblings/quad.scrbl")))

Loading…
Cancel
Save