[package] name = "raylib-light" version = "0.0.4" authors = ["Mark Tyrkba "] license = "MIT" description = "raylib bindings" repository = "https://github.com/rakivo/raylib-light" keywords = ["bindings", "raylib", "gamedev", "web", "wasm"] categories = ["api-bindings", "game-engines", "graphics"] edition = "2021" [features] web = [] native = [] [lib] crate-type = ["rlib"] path = "raylib.rs"