# 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" rust-version = "1.81.0" name = "reverie-engine" version = "0.1.0" authors = ["yuma140902 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A toy game engine" readme = "README.md" categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/yuma140902/Reverie" [lib] name = "reverie_engine" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bytemuck] version = "1.16.1" features = ["derive"] [dependencies.etagere] version = "0.2.13" [dependencies.generational-arena] version = "0.2.9" [dependencies.hecs] version = "0.10.5" [dependencies.image] version = "0.25.2" default-features = false [dependencies.nalgebra] version = "0.33.0" features = ["bytemuck"] [dependencies.pollster] version = "0.3.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-unwrap] version = "1.0.1" [dependencies.wgpu] version = "22.1.0" [dependencies.winit] version = "0.30.5"