forked from GitHub/gf-core
14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
graph {
|
|
Translate ;
|
|
RGLSyntax ;
|
|
Extensions ;
|
|
Dictionary ;
|
|
Translate -- RGLSyntax [style = dashed] ;
|
|
Translate -- Extensions ;
|
|
Translate -- Dictionary ;
|
|
Extensions -- RGLCategories ;
|
|
RGLCategories ;
|
|
RGLSyntax -- RGLCategories ;
|
|
Dictionary -- RGLCategories ;
|
|
}
|
|
|