# 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-wasm" version = "0.0.11" authors = ["Mark Tyrkba "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "raylib native/wasm 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" [package.metadata] include = ["raylib.js"] [lib] name = "raylib_wasm" crate-type = ["rlib"] path = "raylib.rs" [features] native = [] web = []