# 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 = "heavyli_engine" version = "0.0.7" authors = ["Oded BE"] description = "A game engine based on 'OpenGL'." readme = "README.md" keywords = [ "gamedev", "graphics", "sound", "ecs", "scripts", ] categories = [ "game-development", "game-engines", "graphics", ] license = "MIT" repository = "https://gitlab.com/ovid.odedbe/heavyli" [[bench]] name = "rendering_benchmark" harness = false [dependencies.device_query] version = "1.1.1" [dependencies.downcast-rs] version = "1.2.0" [dependencies.gl] version = "0.14.0" [dependencies.glfw] version = "0.45.0" [dependencies.image] version = "0.24.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.nalgebra-glm] version = "0.17.0" [dependencies.queues] version = "1.0.2" [dependencies.rand] version = "0.8.4" [dependencies.rlua] version = "0.19.2" [dependencies.rodio] version = "0.16.0" [dependencies.spin_sleep] version = "1.1.1" [dev-dependencies.criterion] version = "0.3"