Open
Conversation
* Update crate name * wip * reduce to just the gpui crate * Fix misisng example images * Delete ownership_post.rs * Update Cargo.toml * Update README.md * bump to 0.3.3 * organize * organize * Add more learn examples * Delete _ownership_and_data_flow.rs * wip learn examples * Fix colors * tidy * Move _template up * add animation example * Update examples * remove legacy examples from toml * Delete examples.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request removes the
collectionscrate from the repository and cleans up related files and documentation. It also updates the mainREADME.mdwith improved usage instructions and introductory material for the GPUI Community Edition. The changes help streamline the codebase by eliminating unused or redundant code and clarifying documentation.Crate and Codebase Cleanup:
collectionscrate, including itsCargo.toml,LICENSE-APACHE, and implementation filesrc/collections.rs. This eliminates custom collection type re-exports and related dependencies. [1] [2] [3]gpui/examples/animation.rsexample file, further cleaning up unused code in the repository.Documentation Updates:
crates/gpui/README.mdwith a new, more comprehensive usage guide and introduction in the top-levelREADME.md, providing clearer instructions for adding GPUI Community Edition as a dependency and outlining the framework's architecture and features. [1] [2]LICENSE-APACHEsymlink from thecrates/gpuidirectory, as part of the crate cleanup.Configuration Cleanup:
crates/gpui/Cargo.tomlfile, which included all dependencies, features, and example definitions for thegpuicrate.