gr 0.3.4

Rust wrapper for the GR framework
Documentation
[dependencies.gr-sys]
version = "0.1.7"

[dependencies.paste]
version = "1.0.14"

[[example]]
name = "gks-simple"
path = "examples/gks-simple.rs"

[[example]]
name = "gr-contour"
path = "examples/gr-contour.rs"

[[example]]
name = "gr-simple"
path = "examples/gr-simple.rs"

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

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

[package]
authors = ["G. Vincenti"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["graphics", "rendering", "science", "visualization"]
description = "Rust wrapper for the GR framework"
edition = "2021"
exclude = [".*"]
homepage = "https://gr-framework.org"
keywords = ["gr", "visualization", "visualisation", "plotting", "graphics"]
license = "MIT"
name = "gr"
readme = "README.md"
repository = "https://github.com/rust-gr/grs.git"
version = "0.3.4"