# 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 = "model3d" version = "0.0.1" authors = ["Tarik Benouissaaden "] publish = true description = "Rust wrapper of the Model3D C SDK." homepage = "https://gitlab.com/bztsrc/model3d/-/tree/master" license = "MIT" repository = "https://github.com/UsiTarek/model3d-rs" resolver = "2" [[example]] name = "model" [dependencies.bitflags] version = "1.3" [dependencies.libc] version = "0.2" [dependencies.num_enum] version = "0.5" [dev-dependencies.bytemuck] version = "1.12" features = ["derive"] [dev-dependencies.nalgebra-glm] version = "0.17" [dev-dependencies.pollster] version = "0.2" [dev-dependencies.wgpu] version = "0.13" [dev-dependencies.winit] version = "0.27" [build-dependencies.bindgen] version = "0.60" [build-dependencies.cc] version = "1.0"