# 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 = "penguin-application" version = "0.1.1" authors = ["Henrik Nilsson "] description = "Appbuilder and abstraction layer for building applications using legion ECS." license = "MIT" repository = "https://github.com/Henrik-N/penguin-app" resolver = "2" [lib] name = "penguin_app" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.chrono] version = "0.4" [dependencies.fern] version = "0.5" features = ["colored"] [dependencies.legion] version = "0.4.0" [dependencies.log] version = "0.4" [dependencies.penguin-config] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.winit] version = "0.22.2" [features] time-plugin = []