# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "peach" version = "0.4.0" authors = ["Timothy Davis "] description = "Sandbox engine for Rust, inspired by Processing" readme = "README.md" keywords = ["processing", "sandbox", "drawing"] license = "MIT" repository = "https://github.com/flmng0/peach" [dependencies.anyhow] version = "1.0.40" [dependencies.bytemuck] version = "1.5.1" [dependencies.euclid] version = "0.22.1" [dependencies.lyon_tessellation] version = "0.16.2" [dependencies.pollster] version = "0.2.4" [dependencies.rgb] version = "0.8.27" [dependencies.thiserror] version = "1.0.24" [dependencies.wgpu] version = "0.8.0" [dependencies.wgpu-subscriber] version = "0.1.0" [dependencies.winit] version = "0.24.0" [features] default = [] force_f32 = []