# 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 = "raylib-light" version = "0.0.4" authors = ["Mark Tyrkba "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "raylib bindings" readme = "README.md" keywords = [ "bindings", "raylib", "gamedev", "web", "wasm", ] categories = [ "api-bindings", "game-engines", "graphics", ] license = "MIT" repository = "https://github.com/rakivo/raylib-light" [lib] name = "raylib_light" crate-type = ["rlib"] path = "raylib.rs" [features] native = [] web = []