# 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 = "renderling_ui" version = "0.3.4" description = "User-friendly real-time 2d rendering. 🍖" readme = "README.md" keywords = [ "game", "graphics", "shader", "rendering", ] categories = [ "rendering", "game-development", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/schell/renderling" [dependencies.crabslab] version = "0.5.1" default-features = false [dependencies.glyph_brush] version = "0.7.8" [dependencies.image] version = "0.24" [dependencies.loading-bytes] version = "0.1.1" [dependencies.log] version = "0.4" [dependencies.lyon] version = "1.0.1" [dependencies.renderling] version = "0.4.7" [dependencies.rustc-hash] version = "1.1" [dependencies.snafu] version = "0.7" [dependencies.wgpu] version = "0.20" [dev-dependencies.ctor] version = "0.2.2" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.futures-lite] version = "1.13"