# 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 = "crankit-game-loop" version = "0.2.0" authors = ["Jonathan Cornaz"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A safe and ergonomic entry-point for playdate games using `playdate-sys`" readme = "README.md" keywords = [ "playdate", "gamedev", "no_std", ] categories = [ "api-bindings", "game-development", "no-std", ] license = "Unlicense" repository = "https://github.com/jcornaz/crankit-game-loop" [package.metadata.docs.rs] all-features = false no-default-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playdate] bundle-id = "com.github.jcornaz.crankit-game-loop" [profile.dev] panic = "abort" [profile.release] panic = "abort" [lib] name = "crankit_game_loop" path = "src/lib.rs" [[example]] name = "minimal" crate-type = [ "staticlib", "cdylib", ] path = "examples/minimal.rs" [dependencies.playdate-sys] version = "0.4.2" features = [ "entry-point", "allocator", "lang-items", ] default-features = false [dev-dependencies.rstest] version = "0.21.0" default-features = false [features] default = [] [badges.maintenance] status = "actively-developed" [lints.clippy] exhaustive_enums = "deny" exhaustive_structs = "deny" [lints.rust]