# 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 = "steel-common" version = "0.2.0" description = "The steel game engine common library, depended by both steel-engine and steel-editor." license = "MIT" [dependencies.egui] version = "0.24.1" [dependencies.egui_winit_vulkano] version = "0.27.0" [dependencies.glam] version = "0.24.2" features = ["serde"] [dependencies.indexmap] version = "2.2.2" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.32.3" features = ["convert-glam024"] [dependencies.parry2d] version = "0.13.5" [dependencies.rapier2d] version = "0.17.2" features = ["debug-render"] [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shipyard] version = "0.7.1" features = ["serde1"] [dependencies.vulkano] version = "0.34.1" [dependencies.vulkano-shaders] version = "0.34.0" [dependencies.vulkano-util] version = "0.34.1" [dependencies.winit] version = "0.28.6" features = ["android-game-activity"] [dependencies.winit_input_helper] version = "0.14.1"