# 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 = "project_64" version = "0.1.0" authors = ["Zeno "] description = "A minsize-oriented graphics engine" readme = "README.md" license = "MIT" [profile.dev] panic = "abort" incremental = true [profile.release] opt-level = "z" lto = true panic = "abort" incremental = true [[bin]] name = "_64" path = "src/main.rs" [dependencies.gfx_64] version = "^0.1.0" [dependencies.gui_64] version = "^0.1.0" [dependencies.log_64] version = "^0.1.0" [dependencies.math_64] version = "^0.1.0" [dependencies.mem_64] version = "^0.1.0" [dependencies.sdl_64] version = "^0.1.0" [build-dependencies.ttf-parser] version = "^0.15" optional = true default-features = true [features] edit = [ "std", "ttf-parser", ] log = ["std"] std = []