mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 15:12:26 +03:00
636d459971
The component displaying a not-properly aligned line of characters on webgl context
Original commit: 01d1665208
18 lines
282 B
TOML
18 lines
282 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"build-utilities",
|
|
"lib/backend/webgl",
|
|
"lib/core",
|
|
"lib/core/embedded-fonts",
|
|
"lib/core/msdf-sys",
|
|
"lib/eval-tt",
|
|
"lib/optics",
|
|
"lib/prelude",
|
|
"lib/shapely/impl",
|
|
"lib/system/web",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|