# 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" version = "0.5.0" authors = ["fast3d-rs developers"] description = "A Rust library for N64 Fast3D Graphics Rendering" 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.bytemuck] version = "1.13.1" features = ["derive"] [dependencies.fast3d-gbi] version = "0.5.0" [dependencies.glam] version = "0.24.1" features = [ "approx", "bytemuck", ] [dependencies.log] version = "0.4" [dependencies.lru] version = "0.11.0" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.num_enum] version = "0.7.0" [dependencies.pigment64] version = "0.3.0" [dependencies.rustc-hash] version = "1.1" [features] default = ["f3dex2"] f3d = [] f3dex2 = [] f3dex2e = [ "gbifloats", "f3dex2", ] f3dzex2 = ["f3dex2"] gbifloats = [] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.0"