# 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 = "kitsune_ui" version = "0.5.0" authors = ["HummingPhoenix "] description = "A retained-mode UI library in rust" readme = "README.md" keywords = [ "UI", "graphics", ] license = "MIT OR Apache-2.0" [dependencies.ab_glyph] version = "0.2.21" optional = true [dependencies.bytemuck] version = "1.14.0" features = ["derive"] [dependencies.itertools] version = "0.11.0" [dependencies.paste] version = "1.0.14" [dependencies.thiserror] version = "1.0.48" [dependencies.wgpu] version = "0.17.0" [dependencies.winit] version = "0.28.6" optional = true [dev-dependencies.tokio] version = "1.32.0" features = ["full"] [features] default = [ "window", "text", ] text = ["dep:ab_glyph"] window = ["dep:winit"]