# 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 = "fast3d-gbi" version = "0.5.0" authors = ["fast3d-rs developers"] description = "F3D GBI Assembler" homepage = "https://crates.io/crates/fast3d" readme = "README.md" keywords = [ "n64", "gbi", "graphics", "rendering", "fast3d", ] license-file = "LICENSE" repository = "https://github.com/retrofoundry/fast3d-rs" resolver = "1" [lib] crate-type = [ "lib", "cdylib", ] [dependencies.bitflags] version = "2.3.3" [dependencies.num_enum] version = "0.7.0" [dependencies.pigment64] version = "0.3.0" [features] default = ["f3dex2"] f3dex2 = [] f3dex2e = [] gbifloats = [] hardware_version_1 = []