# 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 = "sketchbook-wgpu" version = "0.0.1" authors = ["Konnor Andrews"] description = "Wgpu environment for sketchbook" readme = "README.md" keywords = ["graphics", "sketch"] categories = ["embedded", "graphics", "no-std", "rendering", "visualization"] license = "MIT" repository = "https://gitlab.com/konnorandrews/sketchbook-wgpu" resolver = "2" [dependencies.bytemuck] version = "1.7" features = ["derive"] [dependencies.env_logger] version = "0.9" [dependencies.half] version = "1.8" features = ["bytemuck"] [dependencies.log] version = "0.4" [dependencies.palette] version = "0.6" [dependencies.pollster] version = "0.2" [dependencies.ringbuf] version = "0.2" [dependencies.sketchbook] version = "0.0.1" features = ["std", "aspect_draw", "aspect_update", "aspect_keyboard", "aspect_mouse", "derive", "ream_single", "ream_parallel"] [dependencies.wgpu] version = "0.12" [dependencies.winit] version = "0.26" [dev-dependencies.rand] version = "0.8.4"