# 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 = "scone" version = "0.0.2" authors = ["Gavin Niederman "] description = "The Scone game engine" readme = "README.md" keywords = [ "game", "engine", "tick", "scone", ] license = "MIT" repository = "https://github.com/Gavin-Niederman/scone" resolver = "1" [dependencies.log] version = "0.4.17" [dependencies.saunter] version = "0.1.7" [dependencies.scone-ecs] version = "0.0.2" [dependencies.simplelog] version = "0.12.0" [dependencies.winit] version = "0.27.5"