GraphiteEditor / GraphiteEditor/Graphite

Rename Graphene crate structure

Aperta
#3,664 0 commenti 0 reazioni 2 assegnatari Rivendicata da @TrueDoctor Vedi su GitHub
Architecture
Lingua principale
Rust
Stelle
27.2k
Fork
1.3k
Merge medio
20h 5m
PR unite (30g)
57

Descrizione

- `/node-graph/libraries` -> `/node-catalog/types`
- `/node-graph/nodes` -> `/node-catalog/nodes`
- `/node-graph` -> `/graphene`
- `/node-graph/graph-craft` -> `/graphene/compiler`
- `/node-graph/graphene-cli` -> `/graphene-cli`
- `/node-graph/interpreted-executor` -> `/graphene/interpreter`
- `/node-graph/node-macro` -> `/graphene/macros`
- *Call this crate `graphene-macros`*
- *Use a prelude to turn `#[node_macro::node(...)]` into `#[node(...)]`*
- `/proc-macros` -> *split apart into:*
- `/editor/macros` *(message system)*
- *Call this crate `editor-macros`*
- `/graphene/macros` (widget builder)
- `/frontend/wasm` -> `/frontend/wrapper` (Done: #3927)

*Also: update the special casing and terminology in `/tools/crate-hierarchy-viz` code.*

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.