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

Reorganising #282

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Reorganising #282

merged 2 commits into from
Aug 27, 2024

Conversation

Ultraxime
Copy link
Contributor

I moved the examples from being members of the workspace to being examples (so to use it we have to run cargo run --example <example>) which seems more cargo-esque.
I updated .vscode/launch.json to match these modifications and previous ones that were not considered.

I also renamed the module widgets to widget to match the organization of iced.

I corrected some errors in the documentation.

I added a pre-commit file, to ease the checking before pushing modification.

If you have any ideas for other things that could be done, I'll be happy to do them.
I plan on making another pull request later to improve the documentation and tests.

Updating `.vscode/lauch.json` to handle the new position of the examples
Adding a pre-commit config
Copy link
Collaborator

@genusistimelord genusistimelord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, thank you.

If you wanted to go through all the issues and see which ones you might be able to solve, I'd be much appreciative of it.

@genusistimelord genusistimelord merged commit 0f616fe into iced-rs:main Aug 27, 2024
2 checks passed
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.

2 participants