# 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 = "chron" version = "0.1.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A game loop with a fixed timestep." documentation = "https://docs.rs/chron" readme = "README.md" keywords = [ "gameloop", "game", "loop", "gamedev", ] categories = ["game-development"] license = "AGPL-3.0-only" repository = "https://codeberg.org/tinturing/chron" [lib] name = "chron" path = "src/lib.rs" [[example]] name = "clock" path = "examples/clock.rs" [dev-dependencies.ctrlc] version = "3.4.0"