xege 0.3.0

Rust style safe warpper of C++ graphics libraries.
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"
name = "xege"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust style safe warpper of C++ graphics libraries."
homepage = "https://xege.org"
readme = "README.md"
categories = [
    "game-development",
    "graphics",
    "gui",
    "rendering::graphics-api",
]
license = "MIT"
repository = "https://github.com/Anglebase/xege-rs.git"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = [
    "aarch64-pc-windows-msvc",
    "i686-pc-windows-msvc",
    "x86_64-pc-windows-msvc",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.image]
version = "0.25.6"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.nalgebra]
version = "0.34.0"

[dependencies.nalgebra-glm]
version = "0.20.0"

[dependencies.palette]
version = "0.7.6"
features = ["named"]

[dependencies.thiserror]
version = "2.0.12"

[dependencies.xege-ffi]
version = "0.1.6"