mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Fix compiling issue broken while cleaning up last commit
This commit is contained in:
parent
fb5ce7e388
commit
bd11f9c865
3 changed files with 7 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ The main modules of the project architecture are outlined below. Some parts desc
|
|||
|
||||
- **Web frontend**: `/client/web/`
|
||||
Initial GUI for Graphite that will eventually be replaced by a native GUI implementation
|
||||
- **Vue web app**: `vue/`
|
||||
- **Vue web app**: `src/`
|
||||
Imports the WASM code and uses Vue props to customize and reuse most GUI components
|
||||
- **Rust WebAssembly wrapper**: `wasm/`
|
||||
Wraps the Editor Core Library and provides an API for the web app to use unburdened by Rust's complex data types that are not supported by WASM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue