# 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 = "2018" name = "baryon" version = "0.3.0" description = "Fast prototyping 3D engine" license = "MIT" repository = "https://github.com/kvark/baryon" resolver = "2" [dependencies.bc] version = "0.1" package = "baryon-core" [dependencies.bytemuck] version = "1.4" features = ["derive"] [dependencies.fxhash] version = "0.2" [dependencies.glam] version = "0.18" [dependencies.log] version = "0.4" [dependencies.mint] version = "0.5" [dependencies.raw-window-handle] version = "0.3" [dependencies.wgpu] version = "0.10" [dependencies.winit] version = "0.25" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.naga] version = "0.6" features = ["wgsl-in"] [dev-dependencies.pollster] version = "0.2" [features]