mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 00:08:12 +08:00
Make it compile (#37)
* Fix indentation * Set the correct name of the crate in root Cargo.toml * Fix all compile errors
This commit is contained in:
committed by
Keavon Chambers
parent
e235c0cf30
commit
a8a9e15a4a
+2
-3
@@ -1,9 +1,8 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"packages/*",
|
||||
"web-frontend/wasm-wrapper",
|
||||
"web-frontend/wasm-wrapper",
|
||||
]
|
||||
|
||||
[profile.release.package.wasm-bindings]
|
||||
# Tell `rustc` to optimize for small code size.
|
||||
[profile.release.package.wasm-wrapper]
|
||||
opt-level = "s"
|
||||
|
||||
Reference in New Issue
Block a user