# 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 = "open-oak" version = "0.1.3" authors = ["Christoffer Aakre "] description = "2D game engine and rendering library" readme = "README.md" keywords = [ "graphics", "rendering", "game", "engine", "texture", ] categories = [ "rendering", "rendering::engine", "game-engines", "graphics", "multimedia", ] license = "AGPL-3.0-only" repository = "https://github.com/christofferaakre/open-oak" [dependencies.cgmath] version = "0.18.0" [dependencies.doc-comment] version = "0.3.3" [dependencies.glium] version = "0.32.1" [dependencies.image] version = "0.24.5" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "macro-diagnostics", ]