mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 08:03:14 +03:00
e6b7d5b8fc
Design, integration and bugfix update for the List Panel View. ![image](https://user-images.githubusercontent.com/1428930/175554745-c4887d55-a885-4299-878b-4727f09a7520.png) ![image](https://user-images.githubusercontent.com/1428930/175554906-837db815-948d-4407-8233-10a15e4198b3.png) ![image](https://user-images.githubusercontent.com/1428930/175555165-bcbe5138-8e5c-416e-886b-c72df361d743.png) [ci no changelog needed]
12 lines
347 B
YAML
12 lines
347 B
YAML
# Options intended to be common for all developers.
|
|
|
|
wasm-size-limit: 4.99 MiB
|
|
|
|
required-versions:
|
|
cargo-watch: ^8.1.1
|
|
node: =16.15.0
|
|
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
|