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

Convert examples/* to proper cargo-manifest structure. #508

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maaku
Copy link

@maaku maaku commented Jul 10, 2024

I hope this is well-received as I didn't ask before authoring. While evaluating floem for use in my own app, I started with the examples and got frustrated that I couldn't build them / run them / doc them from the workspace directory with the standard cargo run --example <name> command, or to build/test them all with e.g. cargo build --examples. This is because they are created as workspace crates, not as proper cargo examples.

This PR converts them all to standard cargo manifest examples.

@panekj

This comment was marked as outdated.

@timsueberkrueb
Copy link
Contributor

Whether or not the structural changes will be merged, I think the added doc comments are helpful.

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.

3 participants