# 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 = "violet" version = "0.0.1" authors = ["Tei Roberts"] description = "Retained mode GUI library" documentation = "https://docs.rs/violet" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ten3roberts/violet" [dependencies.anyhow] version = "1.0" [dependencies.flax] version = "0.4.0" [dependencies.flume] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.glam] version = "0.24" [dependencies.once_cell] version = "1.18" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project] version = "1.1" [dependencies.slotmap] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.wgpu] version = "0.16" [dependencies.winit] version = "0.28"