multiview example
This commit is contained in:
parent
c247e0527c
commit
6528e9f804
3 changed files with 197 additions and 0 deletions
17
examples/multiview/Cargo.toml
Normal file
17
examples/multiview/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "multiview"
|
||||
version = "0.1.0"
|
||||
authors = ["Jeremy Soller <jeremy@system76.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
cosmic-text = { path = "../.." }
|
||||
env_logger = "0.10"
|
||||
fontdb = "0.13"
|
||||
log = "0.4"
|
||||
softbuffer = "0.4"
|
||||
tiny-skia = "0.11"
|
||||
unicode-segmentation = "1.7"
|
||||
winit = "0.29"
|
||||
Loading…
Add table
Add a link
Reference in a new issue