mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 08:41:40 +03:00
023d8ac239
Precompute MSDFs for all ASCII glyphs; after this, we no longer spend any time on MSDF computations when loading or interacting with the example projects. Also shader precompilation (during build) is now parallel; if you have many cores and an SSD, it's now practically instant. Closes #5722. # Important Notes - The *dynamic-assets* mechanism now used for MSDF data and shaders is versatile, and could be used to pre-seed any other computation-intensive runtime caches.
11 lines
153 B
TOML
11 lines
153 B
TOML
[package]
|
|
name = "enso-bitmap"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
thiserror = "1"
|