mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
ff513471e1
Implements #6544 (eliminates 10/42 of the constantly-displayed draw calls). Fixes #6717. Improves startup CPU time by 5% (250ms, loading Orders on my dev box). # Important Notes - Edges: New implementation uses only Rectangle under most conditions. - Node and action area: Replace some shapes with Rectangle. - List view: Replace some shapes with Rectangle. - Display object hierarchy: The lowest-level shape instance types no longer have their own display objects. - Includes initial support for using `Rectangle` to display triangles.
13 lines
443 B
YAML
13 lines
443 B
YAML
# Options intended to be common for all developers.
|
|
|
|
wasm-size-limit: 15.97 MiB
|
|
|
|
required-versions:
|
|
# NB. The Rust version is pinned in rust-toolchain.toml.
|
|
# NB. The Node version is pinned in .node-version.
|
|
cargo-watch: ^8.1.1
|
|
wasm-pack: ^0.10.2
|
|
# TODO [mwu]: Script can install `flatc` later on (if `conda` is present), so this is not required. However it should
|
|
# be required, if `conda` is missing.
|
|
# flatc: =1.12.0
|