Skip to content

How do I use an on disk glifparser.rlib? #244

Answered by ctrlcctrlv
eliheuer asked this question in Q&A
Discussion options

You must be logged in to vote

This is a general Rust question, not an MFEKglif bug, so I am moving it to Discussions 😄. Basically, you have to download all of MFEKglif's dependencies which require glifparser, and make them also use your on-disk glifparser (that's why all our Cargo.toml's have all these "for dev" lines).

MFEKmath needs it—

#MFEKmath = { path = "../math.rlib" } # for development

So does glifrenderer—

glifrenderer = { git = "https://github.com/MFEK/glifrenderer.rlib" }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ctrlcctrlv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #243 on January 07, 2022 16:17.