egui-raylib 0.1.1

Egui bindings for Raylib
# 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"
name = "egui-raylib"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Egui bindings for Raylib"
readme = "README.md"
keywords = [
    "egui",
    "raylib",
    "bindings",
    "gui",
    "gamedev",
]
categories = [
    "game-development",
    "graphics",
    "gui",
]
license = "MIT"
repository = "https://github.com/Yoppez/egui-raylib"

[package.metadata.docs.rs]
features = ["wayland"]

[features]
wayland = ["raylib/wayland"]
x11 = ["raylib/GLFW_BUILD_X11"]

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

[dependencies.egui]
version = "0.35.0"

[dependencies.raylib]
version = "6.0"
features = ["SUPPORT_IMAGE_GENERATION"]
default-features = false