# 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 = "srs2dge-core" version = "0.2.0" description = "Simple Rust 2D Game Engine" license = "MIT" resolver = "2" [dependencies.bytemuck] version = "1.9" features = ["derive"] [dependencies.colorful] version = "0.2" [dependencies.glam] version = "0.20" features = [ "serde", "bytemuck", ] [dependencies.image] version = "0.24" [dependencies.integer-sqrt] version = "0.1" [dependencies.log] version = "0.4" [dependencies.main_game_loop] version = "0.4" [dependencies.naga] version = "0.8" features = [ "wgsl-in", "validate", ] [dependencies.rand] version = "0.8" [dependencies.rapid-qoi] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.wgpu] version = "0.12" features = ["webgl"] [dependencies.winit] version = "0.26" [dev-dependencies.rand] version = "0.8" [features] default = [] glsl = [ "wgpu/glsl", "naga/glsl-in", ] spirv = [ "wgpu/spirv", "naga/spv-in", ] [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3"