# 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 = "juke" version = "0.0.12" description = "🤖 A small engine for prototyping projects" documentation = "https://docs.rs/juke" keywords = [ "gamedev", "graphics", "game-engine", "game", "gui", ] license = "MIT" repository = "https://github.com/BumpyBill/juke/" resolver = "2" [dependencies.egui] version = "0.17" [dependencies.egui-winit] version = "0.17" features = ["links"] default-features = false [dependencies.egui_wgpu_backend] version = "0.17" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.pixels] version = "0.9.0" [dependencies.winit] version = "0.26" [dependencies.winit_input_helper] version = "0.12" [features] default = ["optimize"] optimize = ["log/release_max_level_warn"]