# 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 = "2018" name = "firecore-engine" version = "0.0.1" authors = ["Rhys H "] description = "Base engine for my games" readme = "README.md" license = "MIT" repository = "https://github.com/fiirecore/engine" [dependencies.dashmap] version = "4" optional = true [dependencies.enum-map] version = "1" features = ["serde"] [dependencies.firecore-audio] version = "0.0.1" [dependencies.firecore-tetra] version = "0.0.1" features = ["serde_support", "texture_png", "sdl2_static_link", "sdl2_bundled"] default-features = false [dependencies.firecore-text] version = "0.0.1" [dependencies.hashbrown] version = "0.11" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.bincode] version = "1.3" [features] audio = ["firecore-tetra/audio", "firecore-tetra/audio_vorbis", "dashmap"] default = []