Firestar99
Firestar99
# Requires https://github.com/GraphiteEditor/Graphite/pull/2729 This PR contains the code changes, for bulk renames see https://github.com/GraphiteEditor/Graphite/pull/2735 Features removed: * `std`, `alloc` to make it std-only * `std` depends on `reflections`, `spectra`, `rustybuzz`,...
# Requires https://github.com/GraphiteEditor/Graphite/pull/2736 Everything needs serde anyway
# Requires https://github.com/GraphiteEditor/Graphite/pull/2735 Every crate currently defines their own features, which means if you build or check an intermediary crate, and that one doesn't need eg. `web_sys/TextMetrics` (from `graphite-wasm`), `web_sys`...
# Require https://github.com/GraphiteEditor/Graphite/pull/2724 This PR contains the bulk renames, for code changes see https://github.com/GraphiteEditor/Graphite/pull/2724
# Requires https://github.com/GraphiteEditor/Graphite/pull/2733 bulk renames, for code changes see https://github.com/GraphiteEditor/Graphite/pull/2729
# Requires https://github.com/GraphiteEditor/Graphite/pull/2723 code changes, for bulk renames see https://github.com/GraphiteEditor/Graphite/pull/2729 This PR and https://github.com/GraphiteEditor/Graphite/pull/2729 makes `editor` to only depend on `gstd` and removes it's dependency on `gcore`. Instead, all of...
 Code below shows how much I had to change the gpu invert node. Most of the changes are due to not wanting to depend on `gcore`, as it currently...
# Requires https://github.com/GraphiteEditor/Graphite/pull/2764
# Requires https://github.com/GraphiteEditor/Graphite/pull/2783
# Requires https://github.com/GraphiteEditor/Graphite/pull/2782