# 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 = "neocogi" version = "0.2.0" authors = [ "Raja Lehtihet ", "Wael El Oraiby ", ] description = "neocogi rendering lib" license = "BSD-3-Clause" repository = "https://github.com/NeoCogi/neocogi" [dependencies.egui] version = "0.18.1" optional = true default-features = false [dependencies.glfw] version = "0.45.0" optional = true default-features = false [dependencies.rs-ctypes] version = "0.1.1" [dependencies.rs-math3d] version = "0.9.16" [dev-dependencies] [build-dependencies.gl_generator] version = "0.14.0" [features] default = [ "renderer", "ui", "with-fonts", "scene", ] renderer = [] scene = ["renderer"] ui = [ "renderer", "glfw", "egui", ] with-fonts = [ "ui", "egui/default_fonts", ]