rustyray-sys 0.2.0

Low level bindings for raylib
Documentation
# 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 = "2024"
rust-version = "1.89"
name = "rustyray-sys"
version = "0.2.0"
build = "build.rs"
exclude = [
    "raylib/.github",
    "raylib/examples",
    "raylib/logo",
    "raylib/projects",
    "raylib/tools",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low level bindings for raylib"
readme = "README.md"
license = "MIT"
repository = "https://github.com/wizzymore/rustyray"
resolver = "2"

[features]
custom_frame_control = []
default = []
nobuild = []
opengl_21 = []
opengl_33 = []
opengl_es_20 = []
raylib_shared = []
screen_capture = []
wayland = []

[lib]
name = "rustyray_sys"
path = "src/lib.rs"

[dependencies.bitmask-enum]
version = "2.2.5"

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "2.0.11"

[build-dependencies.cmake]
version = "0.1.54"

[build-dependencies.fs_extra]
version = "1.3.0"