Skip to content

Commit f30fa54

Browse files
authored
Layer support (#790)
* Add layers to renderer * finish adding layers to tiny skia
1 parent 4bf974c commit f30fa54

File tree

10 files changed

+1331
-417
lines changed

10 files changed

+1331
-417
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ rfd-async-std = ["dep:rfd", "rfd/async-std"]
147147
rfd-tokio = ["dep:rfd", "rfd/tokio"]
148148
futures = ["dep:futures"]
149149

150-
crossbeam = [ "dep:crossbeam", "floem_renderer/crossbeam" ]
150+
crossbeam = [ "dep:crossbeam", "floem_renderer/crossbeam" ]

0 commit comments

Comments
 (0)