Render with winit/softbuffer

This commit is contained in:
Jeremy Soller 2023-12-17 17:49:39 -07:00
parent 518796396d
commit 2fbec2db8f
3 changed files with 1627 additions and 64 deletions

View file

@ -7,3 +7,10 @@ edition = "2021"
[dependencies]
alacritty_terminal = "0.19"
softbuffer = "0.4"
tiny-skia = "0.11"
winit = "0.29"
[dependencies.cosmic-text]
git = "https://github.com/pop-os/cosmic-text.git"
branch = "refactor"