Move text layout and rendering to Parley

This commit is contained in:
iris committed 2026-09-13 01:15:30 -04:00
1 parent b90c855cf5
commit f8b7912181
19 files changed
+1307 -797

No files matched your search

+2 -1
View File
@@ -7,5 +7,6 @@ edition.workspace = true
wgpu = { workspace = true }
bytemuck ={ workspace = true }
image = { workspace = true }
cosmic-text = { workspace = true }
parley = { workspace = true }
swash = { workspace = true }
fxhash = { workspace = true }