# 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 = "matrix_engine" version = "0.2.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a small game engine developed by drmatrix" readme = "README.md" license = "MIT" [lib] name = "matrix_engine" path = "src/lib.rs" [[example]] name = "math" path = "examples/math/main.rs" [[example]] name = "multithreaded" path = "examples/multithreaded/main.rs" [[example]] name = "run" path = "examples/run/main.rs" [dependencies.bytemuck] version = "1.18.0" features = ["derive"] [dependencies.image] version = "0.25.2" features = [ "png", "jpeg", ] default-features = false [dependencies.lazy_static] version = "1.5.0" [dependencies.num-traits] version = "0.2.19" [dependencies.num_cpus] version = "1.16.0" [dependencies.paste] version = "1.0.15" [dependencies.rayon] version = "1.10.0" [dependencies.scoped_threadpool] version = "0.1.9" [dependencies.tokio] version = "1" features = ["rt"] [dependencies.wgpu] version = "22.1.0" [dependencies.winit] version = "0.30.5"