# 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 = "oml-game" version = "0.40.2-alpha" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Game foundation extracted from Fiiish-RS to remove boilerplate for future procjects." homepage = "https://github.com/AndreasOM/oml-game" readme = "README.md" keywords = [ "tools", "gamedev", ] categories = [ "multimedia", "game-development", ] license = "MIT" repository = "https://github.com/AndreasOM/oml-game" [lib] name = "oml_game" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.58" [dependencies.backtrace] version = "0.3.66" [dependencies.chrono] version = "0.4.19" [dependencies.crc] version = "3.0.0" [dependencies.derivative] version = "2.2.0" [dependencies.derive-getters] version = "0.2.0" [dependencies.dirs-next] version = "2.0.0" [dependencies.glutin] version = "0.29.1" [dependencies.image] version = "0.24.2" [dependencies.oml-audio] version = "0.8.8-alpha" [dependencies.once_cell] version = "1.14.0" [dependencies.png] version = "0.17.7" [dependencies.regex] version = "1.5.6" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_yaml] version = "0.9.14" [dependencies.tracing] version = "0.1.36" [build-dependencies.gl_generator] version = "0.14.0" [features] audio_apple = ["oml-audio/use_apple"] audio_miniaudio = ["oml-audio/use_miniaudio"] audio_stub = ["oml-audio/use_stub"] default = []