use new xenomorph

main
Matthew Butterick 6 years ago
parent 1b6004fa07
commit 8b7a66fd19

@ -1,5 +1,5 @@
#lang racket/base
(require xenomorph/redo
(require xenomorph
"tables.rkt"
racket/dict
sugar/unstable/dict

@ -8,7 +8,7 @@
"db.rkt"
"struct.rkt"
"table-stream.rkt"
xenomorph/redo
xenomorph
racket/match
sugar/unstable/dict
sugar/unstable/js

@ -11,7 +11,7 @@
"struct.rkt"
fontland/glyph
fontland/ttf-glyph
xenomorph/redo
xenomorph
racket/dict)
(provide subset +subset ttf-subset +ttf-subset subset-add-glyph! encode-to-port create-subset)

@ -1,6 +1,6 @@
#lang debug racket
(require sugar/unstable/js
(only-in xenomorph/redo pos decode)
(only-in xenomorph pos decode)
"tables.rkt"
"struct.rkt"
(for-syntax "tables.rkt"))

@ -1,6 +1,6 @@
#lang racket/base
(require sugar/unstable/class
xenomorph/redo)
xenomorph)
(provide CFF_)
#|

@ -1,5 +1,5 @@
#lang racket/base
(require xenomorph/redo
(require xenomorph
sugar/unstable/class
sugar/unstable/dict
"../helper.rkt")

@ -3,7 +3,7 @@
sugar/unstable/dict
"../helper.rkt"
racket/dict
xenomorph/redo)
xenomorph)
(provide (all-defined-out))
#|

@ -1,7 +1,7 @@
#lang racket/base
(require sugar/unstable/dict
"../helper.rkt"
xenomorph/redo)
xenomorph)
(provide (all-defined-out))
#|
approximates

@ -1,7 +1,7 @@
#lang racket/base
(require sugar/unstable/class
"../helper.rkt"
xenomorph/redo)
xenomorph)
(provide (all-defined-out))
#|
approximates

@ -2,7 +2,7 @@
(require "../helper.rkt"
sugar/unstable/class
sugar/unstable/dict
xenomorph/redo)
xenomorph)
(provide (all-defined-out))
#|

@ -2,7 +2,7 @@
(require sugar/unstable/class
sugar/unstable/dict
"../helper.rkt"
xenomorph/redo)
xenomorph)
(provide (all-defined-out))
(define hhea (+xstruct

@ -3,7 +3,7 @@
sugar/unstable/dict
sugar/unstable/js
"../helper.rkt"
xenomorph/redo)
xenomorph)
(provide (all-defined-out))
#|
approximates

@ -1,5 +1,5 @@
#lang racket/base
(require xenomorph/redo
(require xenomorph
sugar/unstable/class
sugar/unstable/js
racket/dict

@ -1,5 +1,5 @@
#lang racket/base
(require xenomorph/redo
(require xenomorph
sugar/unstable/class
sugar/unstable/dict
"../helper.rkt")

@ -1,5 +1,5 @@
#lang racket/base
(require xenomorph/redo
(require xenomorph
sugar/unstable/class
sugar/unstable/dict
sugar/unstable/js

@ -2,7 +2,7 @@
(require sugar/unstable/dict
sugar/unstable/js
"../helper.rkt"
xenomorph/redo)
xenomorph)
(provide (all-defined-out))
#|
approximates

@ -8,7 +8,7 @@
"struct.rkt"
sugar/unstable/dict
sugar/unstable/js
xenomorph/redo
xenomorph
racket/struct)
(provide (all-defined-out))

Loading…
Cancel
Save