Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Clean up druid-shell info and add new info to Cargo.toml. #125

Merged
merged 2 commits into from
Jul 31, 2023

Conversation

xStrom
Copy link
Member

@xStrom xStrom commented Jul 30, 2023

Cargo.toml still contained a bunch of druid-shell info that hadn't been changed since forking. This PR addresses that.

I also added better example scraping for docs, which is ported over from the latest druid-shell.

Copy link
Member

@DJMcNab DJMcNab left a comment

Choose a reason for hiding this comment

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

I want to check that we actually use the image crate at all. I had been intending to just remove the giant stack of random features.

Alternatively, could we use image = * or equivalent to just use whatever version of the image crate is in the binary, and then not re-export?

Cargo.toml Outdated Show resolved Hide resolved
@xStrom
Copy link
Member Author

xStrom commented Jul 30, 2023

Worth checking indeed. I think in Druid druid-shell just re-exported it and didn't use it itself.

@xStrom
Copy link
Member Author

xStrom commented Jul 30, 2023

I confirmed that image isn't used at all and neither was im, so I removed these completely.

@xStrom xStrom added this pull request to the merge queue Jul 31, 2023
Merged via the queue into linebender:main with commit eac9c43 Jul 31, 2023
10 checks passed
@xStrom xStrom deleted the tomlwork branch July 31, 2023 13:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants