# 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 = "everpuzzle" version = "0.1.0" authors = ["skytrias "] description = "realtime multiplayer puzzle game" keywords = ["game", "puzzle"] license = "MIT" repository = "https://github.com/Skytrias/everpuzzle" [profile.dev] debug = 1 [profile.release] debug = true [dependencies.fixedstep] version = "0.3" [dependencies.num-traits] version = "0.2.11" [dependencies.oorandom] version = "11.1" [dependencies.pix] version = "0.7.0" [dependencies.png_pong] version = "0.1" [dependencies.vek] version = "0.9.11" [dependencies.wgpu] version = "0.4" [dependencies.wgpu_glyph] version = "0.6" [dependencies.winit] version = "0.21"