# 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 = "ike" version = "0.0.0" description = "Small game engine with a simple editor" license = "MIT" repository = "https://github.com/ChangeCaps/ike" resolver = "2" [dependencies.anyhow] version = "^1.0" [dependencies.bytemuck] version = "^1.7" features = ["derive"] [dependencies.egui] version = "^0.13" [dependencies.glam] version = "^0.17" [dependencies.ike-derive] version = "0.0.0" [dependencies.image] version = "^0.23" optional = true [dependencies.pollster] version = "0.2.4" [dependencies.wgpu] version = "^0.10" [dependencies.winit] version = "^0.25" features = ["serde"] [dev-dependencies.log] version = "^0.4" [dev-dependencies.simple_logger] version = "^1.13" [features] 2d = ["image"] 3d = ["image"] default = ["editor", "3d", "2d", "runner"] editor = [] runner = []