Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed model template in fj-app directory, use it to generate model #1364

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

hannobraun
Copy link
Owner

Close #1356

The current system for including the model template doesn't work with
`cargo install`, as the `models/` directory is not included in the
`fj-app` crate.
This should make `cargo install` work again, once the next `fj-app`
version is released on crates.io. Currently it's broken, because the
code as of before this commit tries to load a model that is not included
in the `fj-app` package.
@hannobraun hannobraun enabled auto-merge November 17, 2022 12:12
@hannobraun hannobraun merged commit 7226486 into main Nov 17, 2022
@hannobraun hannobraun deleted the template branch November 17, 2022 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cargo install fj-app has been broken since version 0.24.0
1 participant