blinc_canvas_kit 0.1.15

Interactive canvas toolkit for game editors and node graphs — pan, zoom, spatial indexing, multi-select, marquee, and snap-to-grid
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 = "2021"
rust-version = "1.75"
name = "blinc_canvas_kit"
version = "0.1.15"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive canvas toolkit for game editors and node graphs — pan, zoom, spatial indexing, multi-select, marquee, and snap-to-grid"
documentation = "https://docs.rs/blinc_canvas_kit"
readme = "README.md"
keywords = [
    "ui",
    "gui",
    "canvas",
    "editor",
    "node-graph",
]
categories = [
    "gui",
    "game-development",
]
license = "Apache-2.0"
repository = "https://github.com/project-blinc/Blinc"

[lib]
name = "blinc_canvas_kit"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.blinc_core]
version = "0.1.14"

[dependencies.blinc_layout]
version = "0.1.14"