# 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 = "vert" version = "0.1.1" authors = ["Tadeo Hepperle"] description = "The 51th Rust Game Engine, to write the 6th Game in Rust" readme = "README.md" license = "MIT" [profile.dev.package."*"] opt-level = 3 [dependencies.anyhow] version = "1.0.75" [dependencies.bumpalo] version = "3.14.0" [dependencies.bytemuck] version = "1.14.0" features = ["derive"] [dependencies.egui] version = "0.25.0" [dependencies.egui-wgpu] version = "0.25.0" [dependencies.etagere] version = "0.2.10" [dependencies.fontdue] version = "0.8.0" [dependencies.glam] version = "0.24.2" features = ["bytemuck"] [dependencies.heck] version = "0.4.1" [dependencies.image] version = "0.24.7" [dependencies.indoc] version = "2.0.4" [dependencies.log] version = "0.4.20" [dependencies.notify] version = "6.1.1" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.22" [dependencies.slotmap] version = "1.0.7" [dependencies.smallvec] version = "1.11.2" [dependencies.tokio] version = "1.34.0" features = [ "macros", "rt-multi-thread", "fs", "full", ] [dependencies.vert-macros] version = "0.1.1" [dependencies.wgpu] version = "0.18.0" features = ["naga"] [dependencies.winit] version = "0.29.3" features = ["rwh_05"]