# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "floem_tiny_skia_renderer" version = "0.1.0" description = "A native Rust UI library with fine-grained reactivity" license = "MIT" repository = "https://github.com/lapce/floem" [dependencies.anyhow] version = "1.0.69" [dependencies.bytemuck] version = "1.12" [dependencies.floem-peniko] version = "0.1.0" [dependencies.floem_renderer] version = "0.1.0" [dependencies.futures] version = "0.3.26" [dependencies.image] version = "0.24" features = [ "jpeg", "png", ] [dependencies.raw-window-handle] version = "0.5.1" [dependencies.resvg] version = "0.33.0" [dependencies.softbuffer] version = "0.3.1" [dependencies.swash] version = "0.1.8"