rustyray 0.2.0

High-level wrapper on top of the low-level rustyray-sys bindings
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"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level wrapper on top of the low-level rustyray-sys bindings"
readme = "README.md"
license = "MIT"
repository = "https://github.com/wizzymore/rustyray"
resolver = "2"

[features]
custom_frame_control = ["rustyray-sys/custom_frame_control"]
default = []
opengl_21 = ["rustyray-sys/opengl_21"]
opengl_33 = ["rustyray-sys/opengl_33"]
opengl_es_20 = ["rustyray-sys/opengl_es_20"]
raylib_shared = ["rustyray-sys/raylib_shared"]
screen_capture = ["rustyray-sys/screen_capture"]
wayland = ["rustyray-sys/wayland"]

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

[[example]]
name = "audio-module-playing"
path = "examples/audio/module_playing.rs"

[[example]]
name = "audio-music-stream"
path = "examples/audio/music_stream.rs"

[[example]]
name = "audio-sound-loading"
path = "examples/audio/sound_loading.rs"

[[example]]
name = "audio-sound-multi"
path = "examples/audio/sound_multi.rs"

[[example]]
name = "bunnymark"
path = "examples/bunnymark.rs"

[[example]]
name = "window"
path = "examples/window.rs"

[dependencies.rustyray-sys]
version = "0"

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.rand]
version = "0.9.0"